File tree Expand file tree Collapse file tree 17 files changed +37
-29
lines changed
sentryreactnativesampleTests Expand file tree Collapse file tree 17 files changed +37
-29
lines changed Original file line number Diff line number Diff line change 1919 - [ changelog] ( https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#8400 )
2020 - [ diff] ( https://github.com/getsentry/sentry-javascript/compare/8.38.0...8.40.0 )
2121
22+ ## 6.3.0-beta.2
23+
24+ ### Dependencies
25+
26+ - Bump Cocoa SDK from v8.40.1 to v8.41.0-beta.1 ([ #4295 ] ( https://github.com/getsentry/sentry-react-native/pull/4295 ) )
27+ - [ changelog] ( https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8410-beta1 )
28+ - [ diff] ( https://github.com/getsentry/sentry-cocoa/compare/8.40.1...8.41.0-beta.1 )
29+
2230## 6.3.0-beta.1
2331
2432### Features
Original file line number Diff line number Diff line change 11{
22 "name" : " sentry-react-native-e2e-tests" ,
3- "version" : " 6.3.0-beta.1 " ,
3+ "version" : " 6.3.0-beta.2 " ,
44 "private" : true ,
55 "description" : " Sentry React Native End to End Tests Library" ,
66 "main" : " dist/index.js" ,
1313 "devDependencies" : {
1414 "@babel/preset-env" : " ^7.20.2" ,
1515 "@babel/preset-typescript" : " ^7.18.6" ,
16- "@sentry/react-native" : " 6.3.0-beta.1 " ,
16+ "@sentry/react-native" : " 6.3.0-beta.2 " ,
1717 "@sentry/utils" : " 8.40.0" ,
1818 "@types/node" : " ^20.9.3" ,
1919 "@types/react" : " ^18.2.64" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " sentry-react-native-type-check" ,
33 "private" : true ,
4- "version" : " 6.3.0-beta.1 " ,
4+ "version" : " 6.3.0-beta.2 " ,
55 "scripts" : {
66 "type-check" : " ./run-type-check.sh"
77 }
Original file line number Diff line number Diff line change 11{
22 "$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3- "version" : " 6.3.0-beta.1 " ,
3+ "version" : " 6.3.0-beta.2 " ,
44 "packages" : [
55 " packages/*" ,
66 " dev-packages/*" ,
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Pod::Spec.new do |s|
3737
3838 s . compiler_flags = other_cflags
3939
40- s . dependency 'Sentry/HybridSDK' , '8.40 .1'
40+ s . dependency 'Sentry/HybridSDK' , '8.41.0-beta .1'
4141
4242 if defined? install_modules_dependencies
4343 # Default React Native dependencies for 0.71 and above (new and legacy architecture)
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" : " 6.3.0-beta.1 " ,
5+ "version" : " 6.3.0-beta.2 " ,
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 11export const SDK_PACKAGE_NAME = 'npm:@sentry/react-native' ;
22export const SDK_NAME = 'sentry.javascript.react-native' ;
3- export const SDK_VERSION = '6.3.0-beta.1 ' ;
3+ export const SDK_VERSION = '6.3.0-beta.2 ' ;
Original file line number Diff line number Diff line change 11{
22 "name" : " TestAppPlain" ,
3- "version" : " 6.3.0-beta.1 " ,
3+ "version" : " 6.3.0-beta.2 " ,
44 "private" : true ,
55 "scripts" : {
66 "android" : " react-native run-android" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " TestAppSentry" ,
3- "version" : " 6.3.0-beta.1 " ,
3+ "version" : " 6.3.0-beta.2 " ,
44 "private" : true ,
55 "scripts" : {
66 "android" : " react-native run-android" ,
77 "ios" : " react-native run-ios" ,
88 "start" : " react-native start"
99 },
1010 "dependencies" : {
11- "@sentry/react-native" : " 6.3.0-beta.1 " ,
11+ "@sentry/react-native" : " 6.3.0-beta.2 " ,
1212 "react" : " 18.1.0" ,
1313 "react-native" : " 0.70.6"
1414 },
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" : " 6.3.0-beta.1 " ,
7+ "version" : " 6.3.0-beta.2 " ,
88 "orientation" : " portrait" ,
99 "icon" : " ./assets/icon.png" ,
1010 "userInterfaceStyle" : " light" ,
1919 "ios" : {
2020 "supportsTablet" : true ,
2121 "bundleIdentifier" : " io.sentry.expo.sample" ,
22- "buildNumber" : " 30 "
22+ "buildNumber" : " 31 "
2323 },
2424 "android" : {
2525 "adaptiveIcon" : {
2626 "foregroundImage" : " ./assets/adaptive-icon.png" ,
2727 "backgroundColor" : " #ffffff"
2828 },
2929 "package" : " io.sentry.expo.sample" ,
30- "versionCode" : 30
30+ "versionCode" : 31
3131 },
3232 "web" : {
3333 "bundler" : " metro" ,
You can’t perform that action at this time.
0 commit comments