Deprecate SENTRY_DIST in favor of EXPO_PUBLIC_BUNDLE_IDENTIFIER

This commit is contained in:
Eric Bailey
2025-07-22 18:35:35 -05:00
parent 53624a22bc
commit f40530e968
7 changed files with 5 additions and 35 deletions
-6
View File
@@ -63,12 +63,6 @@ export const CHAT_PROXY_DID: Did =
*/
export const SENTRY_DSN: string | undefined = process.env.SENTRY_DSN
/**
* Populates the `dist` value on Sentry events. We use the full commit hash the
* current bundle was made from.
*/
export const SENTRY_DIST: string = process.env.SENTRY_DIST || 'dev'
/**
* Bitdrift API key. If undefined, Bitdrift should be disabled.
*/