We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e65944 commit 0af049eCopy full SHA for 0af049e
src/extension.ts
@@ -9,7 +9,7 @@ if (process.env.NODE_ENV !== "development") {
9
});
10
11
process.on('uncaughtException', (err) => {
12
- Sentry.captureException(err);
+ // Sentry.captureException(err);
13
14
// Allow VS Code to make the decision.
15
// It will display an error notification to the user.
0 commit comments