File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -164,6 +164,7 @@ SENTRY_PROJECT=
164164SENTRY_AUTH_TOKEN =
165165# Used for capturing exceptions and logging messages
166166NEXT_PUBLIC_SENTRY_DSN =
167+ NEXT_PUBLIC_SENTRY_DSN_CLIENT =
167168SENTRY_DEBUG =
168169SENTRY_MAX_SPANS =
169170SENTRY_SAMPLE_RATE =
Original file line number Diff line number Diff line change 44import * as Sentry from "@sentry/nextjs" ;
55
66Sentry . init ( {
7- dsn : process . env . NEXT_PUBLIC_SENTRY_DSN ,
7+ dsn : process . env . NEXT_PUBLIC_SENTRY_DSN_CLIENT ,
88
99 sampleRate : parseFloat ( process . env . SENTRY_SAMPLE_RATE ?? "1.0" ) || 1.0 ,
1010 // Define how likely traces are sampled. Adjust this value in production, or use tracesSampler for greater control.
Original file line number Diff line number Diff line change 3232 " NEXT_PUBLIC_BOOKER_NUMBER_OF_DAYS_TO_LOAD" ,
3333 " NEXT_PUBLIC_IS_E2E" ,
3434 " NEXT_PUBLIC_SENTRY_DSN" ,
35+ " NEXT_PUBLIC_SENTRY_DSN_CLIENT" ,
3536 " NEXT_PUBLIC_STRIPE_PREMIUM_PLAN_PRICE_MONTHLY" ,
3637 " NEXT_PUBLIC_STRIPE_PREMIUM_PLAN_PRODUCT_ID" ,
3738 " NEXT_PUBLIC_STRIPE_PUBLIC_KEY" ,
You can’t perform that action at this time.
0 commit comments