diff --git a/web/src/api/Sentry.ts b/web/src/api/Sentry.ts index 8014b2e70..58ca538d9 100644 --- a/web/src/api/Sentry.ts +++ b/web/src/api/Sentry.ts @@ -17,6 +17,9 @@ export function configureSentry(canDoPpi: boolean = false): Promise { ignoreErrors: [ /network/ig, /fetch/ig, + // Error on edge on ios, + // https://stackoverflow.com/questions/69261499/what-is-instantsearchsdkjsbridgeclearhighlight + /instantSearchSDKJSBridgeClearHighlight/ig, ], release: `authentik@${VERSION}`, tunnel: "/api/v3/sentry/",