Skip to content

Commit 0af049e

Browse files
authored
Sentry: disable (#174)
1 parent 1e65944 commit 0af049e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if (process.env.NODE_ENV !== "development") {
99
});
1010

1111
process.on('uncaughtException', (err) => {
12-
Sentry.captureException(err);
12+
// Sentry.captureException(err);
1313

1414
// Allow VS Code to make the decision.
1515
// It will display an error notification to the user.

0 commit comments

Comments
 (0)