Skip to content

Commit 00cc07d

Browse files
authored
Ignore queryRoute() call aborted errors (#2313)
1 parent 71693eb commit 00cc07d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/webapp/sentry.server.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ if (process.env.SENTRY_DSN) {
2020

2121
serverName: process.env.SERVICE_NAME,
2222
environment: process.env.APP_ENV,
23+
24+
ignoreErrors: ["queryRoute() call aborted"],
2325
});
2426
}

0 commit comments

Comments
 (0)