Pass in sentry CLI env vars, align matching values

This commit is contained in:
Eric Bailey
2025-07-28 17:00:59 -05:00
parent 826d75ee33
commit 45af32f20a
7 changed files with 45 additions and 14 deletions
+2
View File
@@ -5,6 +5,8 @@ import packageJson from '#/../package.json'
/**
* The semver version of the app, as defined in `package.json.`
*/
export const RELEASE_VERSION: string =
process.env.EXPO_PUBLIC_RELEASE_VERSION || packageJson.version
export const PACKAGE_VERSION: string = packageJson.version
/**