We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71693eb commit 10f8386Copy full SHA for 10f8386
apps/webapp/sentry.server.ts
@@ -20,5 +20,7 @@ if (process.env.SENTRY_DSN) {
20
21
serverName: process.env.SERVICE_NAME,
22
environment: process.env.APP_ENV,
23
+
24
+ ignoreErrors: ["queryRoute() call aborted"],
25
});
26
}
0 commit comments