File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ Be sure to export your auth token: `export SENTRY_AUTH_TOKEN=<token>`
5252### Versioning
5353
5454Don't foget to bump your release version depending on platform:
55+
5556iOS: ` Info.plist ` ` CFBundleShortVersionString `
5657android: ` app.build.gradle ` ` versionName `
5758
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ android {
139139 minSdkVersion rootProject. ext. minSdkVersion
140140 targetSdkVersion rootProject. ext. targetSdkVersion
141141 versionCode 2
142- versionName " 1.5 "
142+ versionName " 1.7 "
143143 }
144144 splits {
145145 abi {
Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >APPL </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >1.5 </string >
20+ <string >1.7 </string >
2121 <key >CFBundleSignature </key >
2222 <string >???? </string >
2323 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 11{
22 "name" : " sentry_react_native" ,
3- "version" : " 1.3 .0" ,
3+ "version" : " 1.7 .0" ,
44 "private" : true ,
55 "scripts" : {
66 "android" : " react-native run-android" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import CartScreen from './screens/CartScreen';
2020import Toast from 'react-native-toast-message' ;
2121
2222import { store } from './reduxApp' ;
23- // import {version as packageVersion} from '../ ../package.json';
23+ import { version as packageVersion } from '../package.json' ;
2424import { SENTRY_INTERNAL_DSN } from './dsn' ;
2525
2626const reactNavigationV5Instrumentation = new Sentry . ReactNavigationV5Instrumentation (
You can’t perform that action at this time.
0 commit comments