web: ignore additional error
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
01bb18b8c4
commit
943fd80920
|
@ -20,6 +20,8 @@ export function configureSentry(canDoPpi: boolean = false): Promise<Config> {
|
||||||
// Error on edge on ios,
|
// Error on edge on ios,
|
||||||
// https://stackoverflow.com/questions/69261499/what-is-instantsearchsdkjsbridgeclearhighlight
|
// https://stackoverflow.com/questions/69261499/what-is-instantsearchsdkjsbridgeclearhighlight
|
||||||
/instantSearchSDKJSBridgeClearHighlight/ig,
|
/instantSearchSDKJSBridgeClearHighlight/ig,
|
||||||
|
// Seems to be an issue in Safari and Firefox
|
||||||
|
/MutationObserver.observe/ig,
|
||||||
],
|
],
|
||||||
release: `authentik@${VERSION}`,
|
release: `authentik@${VERSION}`,
|
||||||
tunnel: "/api/v3/sentry/",
|
tunnel: "/api/v3/sentry/",
|
||||||
|
|
Reference in a new issue