We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af049e commit 24baa69Copy full SHA for 24baa69
src/extension.ts
@@ -4,9 +4,9 @@ import AsyncContext from './context/asyncContext';
4
import * as Sentry from "@sentry/node";
5
6
if (process.env.NODE_ENV !== "development") {
7
- Sentry.init({
8
- dsn: "https://993291e6240141585c42efb7d0c958e2@o561021.ingest.sentry.io/4506269930029056",
9
- });
+ // Sentry.init({
+ // dsn: "https://993291e6240141585c42efb7d0c958e2@o561021.ingest.sentry.io/4506269930029056",
+ // });
10
11
process.on('uncaughtException', (err) => {
12
// Sentry.captureException(err);
0 commit comments