web: ignore instantSearchSDKJSBridgeClearHighlight error on edge on iOS
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -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
Block a user