Skip to content

Commit

Permalink
Pas sentry en localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
laem committed Jan 20, 2025
1 parent 7081af6 commit 7e35ab5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions sentry.client.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
// The config you add here will be used whenever a users loads a page in their browser.
// https://docs.sentry.io/platforms/javascript/guides/nextjs/

import * as Sentry from "@sentry/nextjs";
import * as Sentry from '@sentry/nextjs'

Sentry.init({
dsn: "https://06122d20c42fb7fbece2556cbc712f26@o4508661291679744.ingest.de.sentry.io/4508661293514832",
dsn: 'https://06122d20c42fb7fbece2556cbc712f26@o4508661291679744.ingest.de.sentry.io/4508661293514832',

// Setting this option to true will print useful information to the console while you're setting up Sentry.
debug: false,
});
// Setting this option to true will print useful information to the console while you're setting up Sentry.
debug: false,
enabled: process.env.NODE_ENV !== 'development',
})

0 comments on commit 7e35ab5

Please sign in to comment.