Skip to content

Commit 2252a2b

Browse files
committed
Add sentry filters
1 parent f0e3fc6 commit 2252a2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/common/src/utils/analytics.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export async function initializeSentry(dsn: string) {
2828
return Sentry.init({
2929
dsn,
3030
release: VERSION,
31+
ignoreErrors: ['TypeScript Server Error', /^Canceled$/],
3132
});
3233
}
3334
}

0 commit comments

Comments
 (0)