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 f0e3fc6 commit 2252a2bCopy full SHA for 2252a2b
packages/common/src/utils/analytics.ts
@@ -28,6 +28,7 @@ export async function initializeSentry(dsn: string) {
28
return Sentry.init({
29
dsn,
30
release: VERSION,
31
+ ignoreErrors: ['TypeScript Server Error', /^Canceled$/],
32
});
33
}
34
0 commit comments