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 e76d956 commit 6bd7046Copy full SHA for 6bd7046
packages/common/src/utils/analytics/sentry.ts
@@ -78,6 +78,11 @@ export async function initialize(dsn: string) {
78
// We need to add sourcemaps
79
return null;
80
}
81
+
82
+ if (filename.includes('tsserver.js')) {
83
+ // We don't have control over this
84
+ return null;
85
+ }
86
87
88
const customError = ((hint && (hint.originalException as any)) || {})
0 commit comments