dev #82

Merged
root merged 3 commits from dev into main 2026-06-03 03:03:13 +03:00
Showing only changes of commit 8551cef2e1 - Show all commits

View File

@@ -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");