From 943fd809206bf0b3a0858d0ecb7b25f789c602e9 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 17 Jan 2022 22:05:23 +0100 Subject: [PATCH] web: ignore additional error Signed-off-by: Jens Langhammer --- web/src/api/Sentry.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/api/Sentry.ts b/web/src/api/Sentry.ts index 31f43a2642..ef7d216711 100644 --- a/web/src/api/Sentry.ts +++ b/web/src/api/Sentry.ts @@ -20,6 +20,8 @@ export function configureSentry(canDoPpi: boolean = false): Promise { // Error on edge on ios, // https://stackoverflow.com/questions/69261499/what-is-instantsearchsdkjsbridgeclearhighlight /instantSearchSDKJSBridgeClearHighlight/ig, + // Seems to be an issue in Safari and Firefox + /MutationObserver.observe/ig, ], release: `authentik@${VERSION}`, tunnel: "/api/v3/sentry/",