diff --git a/.env b/.env index 9bb012f..8f42330 100644 --- a/.env +++ b/.env @@ -4,5 +4,3 @@ NEXT_PUBLIC_PROVIDER_NAME=beachsidebiotech NEXT_PUBLIC_PROVIDER_ID=5159 NEXT_PUBLIC_SCIENTIST_API_VERSION=v2 - -SENTRY_DSN=https://78ce09ae2f694f0e8981cf5cec6fc2c7@o1008683.ingest.sentry.io/4504810271408128 diff --git a/sentry.client.config.js b/sentry.client.config.js index cec1586..a8219b5 100644 --- a/sentry.client.config.js +++ b/sentry.client.config.js @@ -7,7 +7,7 @@ import * as Sentry from '@sentry/nextjs' const SENTRY_DSN = process.env.SENTRY_DSN || process.env.NEXT_PUBLIC_SENTRY_DSN Sentry.init({ - dsn: SENTRY_DSN || 'https://78ce09ae2f694f0e8981cf5cec6fc2c7@o1008683.ingest.sentry.io/4504810271408128', + dsn: SENTRY_DSN, // Adjust this value in production, or use tracesSampler for greater control // ref: https://develop.sentry.dev/sdk/performance/#sdk-configuration tracesSampleRate: 1.0, diff --git a/sentry.edge.config.js b/sentry.edge.config.js index 13bcbf3..4d77ee1 100644 --- a/sentry.edge.config.js +++ b/sentry.edge.config.js @@ -7,7 +7,7 @@ import * as Sentry from '@sentry/nextjs' const SENTRY_DSN = process.env.SENTRY_DSN || process.env.NEXT_PUBLIC_SENTRY_DSN Sentry.init({ - dsn: SENTRY_DSN || 'https://78ce09ae2f694f0e8981cf5cec6fc2c7@o1008683.ingest.sentry.io/4504810271408128', + dsn: SENTRY_DSN, // Adjust this value in production, or use tracesSampler for greater control // ref: https://develop.sentry.dev/sdk/performance/#sdk-configuration tracesSampleRate: 1.0, diff --git a/sentry.properties b/sentry.properties index 5a8477f..1169978 100644 --- a/sentry.properties +++ b/sentry.properties @@ -1,4 +1 @@ -defaults.url=https://sentry.io/ -defaults.org=scientist-inc -defaults.project=webstore cli.executable=node_modules/@sentry/cli/bin/sentry-cli diff --git a/sentry.server.config.js b/sentry.server.config.js index 8af2eee..9fa5e73 100644 --- a/sentry.server.config.js +++ b/sentry.server.config.js @@ -7,7 +7,7 @@ import * as Sentry from '@sentry/nextjs' const SENTRY_DSN = process.env.SENTRY_DSN || process.env.NEXT_PUBLIC_SENTRY_DSN Sentry.init({ - dsn: SENTRY_DSN || 'https://78ce09ae2f694f0e8981cf5cec6fc2c7@o1008683.ingest.sentry.io/4504810271408128', + dsn: SENTRY_DSN, // Adjust this value in production, or use tracesSampler for greater control // ref: https://develop.sentry.dev/sdk/performance/#sdk-configuration tracesSampleRate: 1.0,