web: ignore instantSearchSDKJSBridgeClearHighlight error on edge on iOS
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
ac6afb2b82
commit
70256727fd
|
@ -17,6 +17,9 @@ export function configureSentry(canDoPpi: boolean = false): Promise<Config> {
|
||||||
ignoreErrors: [
|
ignoreErrors: [
|
||||||
/network/ig,
|
/network/ig,
|
||||||
/fetch/ig,
|
/fetch/ig,
|
||||||
|
// Error on edge on ios,
|
||||||
|
// https://stackoverflow.com/questions/69261499/what-is-instantsearchsdkjsbridgeclearhighlight
|
||||||
|
/instantSearchSDKJSBridgeClearHighlight/ig,
|
||||||
],
|
],
|
||||||
release: `authentik@${VERSION}`,
|
release: `authentik@${VERSION}`,
|
||||||
tunnel: "/api/v3/sentry/",
|
tunnel: "/api/v3/sentry/",
|
||||||
|
|
Reference in New Issue