···6677// This is the commit hash that the current bundle was made from. The user can see the commit hash in the app's settings
88// along with the other version info. Useful for debugging/reporting.
99-export const BUNDLE_IDENTIFIER =
1010- process.env.EXPO_PUBLIC_BUNDLE_IDENTIFIER ?? 'dev'
99+export const BUNDLE_IDENTIFIER = process.env.EXPO_PUBLIC_BUNDLE_IDENTIFIER ?? ''
11101211// This will always be in the format of YYMMDD, so that it always increases for each build. This should only be used
1312// for Statsig reporting and shouldn't be used to identify a specific bundle.