Skip to content

Commit 8adcb66

Browse files
committed
add a reference to the sentry sdk config options
1 parent f0ce1a0 commit 8adcb66

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

sentry.client.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const SENTRY_DSN = process.env.SENTRY_DSN || process.env.NEXT_PUBLIC_SENTRY_DSN
99
Sentry.init({
1010
dsn: SENTRY_DSN || 'https://[email protected]/4504810271408128',
1111
// Adjust this value in production, or use tracesSampler for greater control
12+
// ref: https://develop.sentry.dev/sdk/performance/#sdk-configuration
1213
tracesSampleRate: 1.0,
1314
// ...
1415
// Note: if you want to override the automatic release value, do not set a

sentry.edge.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const SENTRY_DSN = process.env.SENTRY_DSN || process.env.NEXT_PUBLIC_SENTRY_DSN
99
Sentry.init({
1010
dsn: SENTRY_DSN || 'https://[email protected]/4504810271408128',
1111
// Adjust this value in production, or use tracesSampler for greater control
12+
// ref: https://develop.sentry.dev/sdk/performance/#sdk-configuration
1213
tracesSampleRate: 1.0,
1314
// ...
1415
// Note: if you want to override the automatic release value, do not set a

sentry.server.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const SENTRY_DSN = process.env.SENTRY_DSN || process.env.NEXT_PUBLIC_SENTRY_DSN
99
Sentry.init({
1010
dsn: SENTRY_DSN || 'https://[email protected]/4504810271408128',
1111
// Adjust this value in production, or use tracesSampler for greater control
12+
// ref: https://develop.sentry.dev/sdk/performance/#sdk-configuration
1213
tracesSampleRate: 1.0,
1314
// ...
1415
// Note: if you want to override the automatic release value, do not set a

0 commit comments

Comments
 (0)