Skip to content

Commit 24baa69

Browse files
committed
Sentry: disable init
1 parent 0af049e commit 24baa69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/extension.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import AsyncContext from './context/asyncContext';
44
import * as Sentry from "@sentry/node";
55

66
if (process.env.NODE_ENV !== "development") {
7-
Sentry.init({
8-
dsn: "https://993291e6240141585c42efb7d0c958e2@o561021.ingest.sentry.io/4506269930029056",
9-
});
7+
// Sentry.init({
8+
// dsn: "https://993291e6240141585c42efb7d0c958e2@o561021.ingest.sentry.io/4506269930029056",
9+
// });
1010

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

0 commit comments

Comments
 (0)