Deprecate SENTRY_DIST in favor of EXPO_PUBLIC_BUNDLE_IDENTIFIER
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user