Prefix SENTRY_DSN with EXPO_PUBLIC to match others

This commit is contained in:
Eric Bailey
2025-07-22 18:39:24 -05:00
parent f40530e968
commit 78c22a37cd
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ export const CHAT_PROXY_DID: Did =
/**
* Sentry DSN for telemetry
*/
export const SENTRY_DSN: string | undefined = process.env.SENTRY_DSN
export const SENTRY_DSN: string | undefined = process.env.EXPO_PUBLIC_SENTRY_DSN
/**
* Bitdrift API key. If undefined, Bitdrift should be disabled.