Skip to content

Commit

Permalink
♻️ Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlaa committed Jan 29, 2025
1 parent 726d3dc commit 540bc09
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions sentry.client.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ import * as Sentry from '@sentry/nextjs'
Sentry.init({
dsn: 'https://[email protected]/118',

// Define how likely traces are sampled. Adjust this value in production, or use tracesSampler for greater control.
// tracesSampleRate: process.env.NODE_ENV === 'production' ? 0.1 : 1,

sampleRate: process.env.NODE_ENV === 'production' ? 0.1 : 1,

// Setting this option to true will print useful information to the console while you're setting up Sentry.
Expand Down
3 changes: 0 additions & 3 deletions sentry.edge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ import * as Sentry from '@sentry/nextjs'
Sentry.init({
dsn: 'https://[email protected]/118',

// Define how likely traces are sampled. Adjust this value in production, or use tracesSampler for greater control.
// tracesSampleRate: process.env.NODE_ENV === 'production' ? 0.1 : 1,

sampleRate: process.env.NODE_ENV === 'production' ? 0.1 : 1,

// Setting this option to true will print useful information to the console while you're setting up Sentry.
Expand Down
3 changes: 0 additions & 3 deletions sentry.server.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ import * as Sentry from '@sentry/nextjs'
Sentry.init({
dsn: 'https://[email protected]/118',

// Define how likely traces are sampled. Adjust this value in production, or use tracesSampler for greater control.
// tracesSampleRate: process.env.NODE_ENV === 'production' ? 0.1 : 1,

sampleRate: process.env.NODE_ENV === 'production' ? 0.1 : 1,

// Setting this option to true will print useful information to the console while you're setting up Sentry.
Expand Down

0 comments on commit 540bc09

Please sign in to comment.