File tree Expand file tree Collapse file tree 9 files changed +14
-14
lines changed
sentryreactnativesampleTests Expand file tree Collapse file tree 9 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## 6.0.0-alpha.0
44
55This is an alpha version of the next major version of the Sentry React Native SDK 6.0.0.
66Please read the changes listed below as well as the changes made in the underlying
Original file line number Diff line number Diff line change 22 "name" : " @sentry/react-native" ,
33 "homepage" : " https://github.com/getsentry/sentry-react-native" ,
44 "repository" : " https://github.com/getsentry/sentry-react-native" ,
5- "version" : " 5.29 .0" ,
5+ "version" : " 6.0.0-alpha .0" ,
66 "description" : " Official Sentry SDK for react-native" ,
77 "typings" : " dist/js/index.d.ts" ,
88 "types" : " dist/js/index.d.ts" ,
Original file line number Diff line number Diff line change 44 "slug" : " sentry-react-native-expo-sample" ,
55 "jsEngine" : " hermes" ,
66 "scheme" : " sentry-expo-sample" ,
7- "version" : " 5.29 .0" ,
7+ "version" : " 6.0.0-alpha .0" ,
88 "orientation" : " portrait" ,
99 "icon" : " ./assets/icon.png" ,
1010 "userInterfaceStyle" : " light" ,
1919 "ios" : {
2020 "supportsTablet" : true ,
2121 "bundleIdentifier" : " io.sentry.expo.sample" ,
22- "buildNumber" : " 17 "
22+ "buildNumber" : " 18 "
2323 },
2424 "android" : {
2525 "adaptiveIcon" : {
2626 "foregroundImage" : " ./assets/adaptive-icon.png" ,
2727 "backgroundColor" : " #ffffff"
2828 },
2929 "package" : " io.sentry.expo.sample" ,
30- "versionCode" : 17
30+ "versionCode" : 18
3131 },
3232 "web" : {
3333 "bundler" : " metro" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " sentry-react-native-expo-sample" ,
3- "version" : " 5.29 .0" ,
3+ "version" : " 6.0.0-alpha .0" ,
44 "main" : " expo-router/entry" ,
55 "scripts" : {
66 "start" : " expo start" ,
Original file line number Diff line number Diff line change @@ -134,8 +134,8 @@ android {
134134 applicationId " io.sentry.reactnative.sample"
135135 minSdkVersion rootProject. ext. minSdkVersion
136136 targetSdkVersion rootProject. ext. targetSdkVersion
137- versionCode 20
138- versionName " 5.29 .0"
137+ versionCode 21
138+ versionName " 6.0.0-alpha .0"
139139 }
140140
141141 signingConfigs {
Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >APPL </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >5.29 .0 </string >
20+ <string >6.0 .0 </string >
2121 <key >CFBundleSignature </key >
2222 <string >???? </string >
2323 <key >CFBundleVersion </key >
24- <string >24 </string >
24+ <string >25 </string >
2525 <key >LSRequiresIPhoneOS </key >
2626 <true />
2727 <key >NSAppTransportSecurity </key >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >BNDL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >5.29 .0 </string >
18+ <string >6.0 .0 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >24 </string >
22+ <string >25 </string >
2323</dict >
2424</plist >
Original file line number Diff line number Diff line change 11{
22 "name" : " sentry-react-native-sample" ,
3- "version" : " 5.29 .0" ,
3+ "version" : " 6.0.0-alpha .0" ,
44 "private" : true ,
55 "scripts" : {
66 "postinstall" : " patch-package" ,
Original file line number Diff line number Diff line change 11export const SDK_PACKAGE_NAME = 'npm:@sentry/react-native' ;
22export const SDK_NAME = 'sentry.javascript.react-native' ;
3- export const SDK_VERSION = '5.29 .0' ;
3+ export const SDK_VERSION = '6.0.0-alpha .0' ;
You can’t perform that action at this time.
0 commit comments