Skip to content

Commit

Permalink
Sentry: disable (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
joacoc authored Jan 9, 2024
1 parent 1e65944 commit 0af049e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if (process.env.NODE_ENV !== "development") {
});

process.on('uncaughtException', (err) => {
Sentry.captureException(err);
// Sentry.captureException(err);

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

0 comments on commit 0af049e

Please sign in to comment.