dev #82
@@ -54,7 +54,13 @@ export async function initSentry() {
|
||||
"undefined is not an object (evaluating 'window.webkit",
|
||||
// iOS in-app browsers fail to start AudioContext without a user gesture.
|
||||
"Failed to start the audio device",
|
||||
// Android Instagram in-app browser bridge teardown during beforeunload.
|
||||
"Java object is gone",
|
||||
],
|
||||
// Drop anything thrown by in-app browser injected scripts (Instagram/FB
|
||||
// Android use the iabjs:// scheme). Message-independent, so it catches the
|
||||
// whole family of in-app browser bridge errors at the source URL.
|
||||
denyUrls: [/iabjs:\/\//],
|
||||
});
|
||||
initialized = true;
|
||||
console.log("[sentry] browser SDK initialized");
|
||||
|
||||
Reference in New Issue
Block a user