Skip to content

Commit

Permalink
Sentry: disable init
Browse files Browse the repository at this point in the history
  • Loading branch information
joacoc committed Jan 9, 2024
1 parent 0af049e commit 24baa69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import AsyncContext from './context/asyncContext';
import * as Sentry from "@sentry/node";

if (process.env.NODE_ENV !== "development") {
Sentry.init({
dsn: "https://[email protected]/4506269930029056",
});
// Sentry.init({
// dsn: "https://[email protected]/4506269930029056",
// });

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

0 comments on commit 24baa69

Please sign in to comment.