Skip to content

Commit 5ddc2ff

Browse files
committed
chore: move sentry dsn to env
1 parent 5ad3bfc commit 5ddc2ff

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

apps/mobile/.env.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ EXPO_PUBLIC_APP_OWNER=
55
EXPO_PIBLIC_APP_SCHEME=
66
EXPO_PUBLIC_APP_NAME=
77
EXPO_PUBLIC_APP_SLUG=
8-
EXPO_PUBLIC_IS_INTERNAL_RELEASE=
8+
EXPO_PUBLIC_IS_INTERNAL_RELEASE=
9+
SENTRY_DSN=

apps/mobile/app.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const createConfig = (): Omit<ExpoConfig, 'extra'> & { extra: { eas: EASConfig }
1515
const extra = {
1616
eas: { projectId } as EASConfig,
1717
sentry: {
18-
dsn: 'https://3ae5dc8126bb61f3f6a582ea697a45d8@o4511502286716928.ingest.us.sentry.io/4511511143579648',
18+
dsn: process.env.SENTRY_DSN,
1919
},
2020
env: appEnv.current,
2121
googleIosClientId: appEnv.select({

0 commit comments

Comments
 (0)