You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for opening the issue. I agree, I think that makes sense to treat a missing navigator or permissions as NOT_DETERMINED. We'll try and work these changes into a future release (can leave this issue open for the meantime).
The resulting error also should not affect the actual initialization of the SDK, as the call to get permissions should be happening asynchronously, but let me know if you're seeing otherwise.
In my testing,
navigator.permissions
is undefined in the Instagram webview on Android (Chrome 119 UA/Android 14/Pixel 8).In this scenario, the initializing the SDK throws an error:
radar-sdk-js/src/navigator.ts
Lines 111 to 113 in 14dd212
Could this set the authorization to
NOT_DETERMINED
instead of throwing?The text was updated successfully, but these errors were encountered: