web: ignore network error

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-09-09 19:58:43 +02:00
parent ba023a3bba
commit 6cbba45291
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ export function configureSentry(canDoPpi: boolean = false): Promise<Config> {
if (config.errorReportingEnabled) {
Sentry.init({
dsn: "https://a579bb09306d4f8b8d8847c052d3a1d3@sentry.beryju.org/8",
ignoreErrors: [
/network/i,
],
release: `authentik@${VERSION}`,
tunnel: "/api/v3/sentry/",
integrations: [