web: ignore instantSearchSDKJSBridgeClearHighlight error on edge on iOS

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-12-18 14:49:25 +01:00
parent ac6afb2b82
commit 70256727fd
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ export function configureSentry(canDoPpi: boolean = false): Promise<Config> {
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/",