File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,12 @@ const nextConfig = {
24
24
STRIPE_SECRET_KEY : process . env . STRIPE_SECRET_KEY ,
25
25
PRODUCT_PRICE_ID : process . env . PRODUCT_PRICE_ID ,
26
26
SUPABASE_SERVICE_ROLE_KEY : process . env . SUPABASE_SERVICE_ROLE_KEY ,
27
- REACT_APP_LICENSE : process . env . REACT_APP_LICENSE
27
+ REACT_APP_LICENSE : process . env . REACT_APP_LICENSE ,
28
+ TWILLO_PHONE :process . env . TWILLO_PHONE ,
29
+ SENTRY_DSN_KEY :process . env . SENTRY_DSN_KEY ,
30
+ SITE_DOMAIN :process . env . SITE_DOMAIN ,
31
+ TWILIO_ACCOUNT_SID :process . env . TWILIO_ACCOUNT_SID ,
32
+ TWILIO_AUTH_TOKEN :process . env . TWILIO_AUTH_TOKEN ,
28
33
} ,
29
34
}
30
35
Original file line number Diff line number Diff line change 5
5
import * as Sentry from "@sentry/nextjs" ;
6
6
7
7
Sentry . init ( {
8
- dsn : "https://368f1e7f98b08d15469f34a0e663365f@o4505837672464384.ingest.sentry.io/4505837674496000" ,
8
+ dsn : process . env . SENTRY_DSN_KEY ,
9
9
10
10
// Adjust this value in production, or use tracesSampler for greater control
11
11
tracesSampleRate : 1 ,
Original file line number Diff line number Diff line change 6
6
import * as Sentry from "@sentry/nextjs" ;
7
7
8
8
Sentry . init ( {
9
- dsn : "https://368f1e7f98b08d15469f34a0e663365f@o4505837672464384.ingest.sentry.io/4505837674496000" ,
9
+ dsn : process . env . SENTRY_DSN_KEY ,
10
10
11
11
// Adjust this value in production, or use tracesSampler for greater control
12
12
tracesSampleRate : 1 ,
Original file line number Diff line number Diff line change 5
5
import * as Sentry from "@sentry/nextjs" ;
6
6
7
7
Sentry . init ( {
8
- dsn : "https://368f1e7f98b08d15469f34a0e663365f@o4505837672464384.ingest.sentry.io/4505837674496000" ,
8
+ dsn : process . env . SENTRY_DSN_KEY ,
9
9
10
10
// Adjust this value in production, or use tracesSampler for greater control
11
11
tracesSampleRate : 1 ,
You can’t perform that action at this time.
0 commit comments