Trim RENDER_GIT_COMMIT to first 7 to match --short sha
This commit is contained in:
Vendored
+1
-1
@@ -27,7 +27,7 @@ export const IS_INTERNAL = IS_DEV || IS_TESTFLIGHT
|
||||
* Useful for debugging/reporting.
|
||||
*/
|
||||
export const BUNDLE_IDENTIFIER: string =
|
||||
process.env.EXPO_PUBLIC_BUNDLE_IDENTIFIER?.slice(0, 7) || 'dev'
|
||||
process.env.EXPO_PUBLIC_BUNDLE_IDENTIFIER || 'dev'
|
||||
|
||||
/**
|
||||
* This will always be in the format of YYMMDDHH, so that it always increases
|
||||
|
||||
Reference in New Issue
Block a user