File tree Expand file tree Collapse file tree 16 files changed +31
-31
lines changed
sentryreactnativesampleTests Expand file tree Collapse file tree 16 files changed +31
-31
lines changed Original file line number Diff line number Diff line change 66> make sure you follow our [ migration guide] ( https://docs.sentry.io/platforms/react-native/migration/ ) first.
77 <!-- prettier-ignore-end -->
88
9- ## Unreleased
9+ ## 6.3.0-beta.1
1010
1111### Features
1212
Original file line number Diff line number Diff line change 11{
22 "name" : " sentry-react-native-e2e-tests" ,
3- "version" : " 6.2.0 " ,
3+ "version" : " 6.3.0-beta.1 " ,
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.2.0 " ,
16+ "@sentry/react-native" : " 6.3.0-beta.1 " ,
1717 "@sentry/utils" : " 8.38.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.2.0 " ,
4+ "version" : " 6.3.0-beta.1 " ,
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.2.0 " ,
3+ "version" : " 6.3.0-beta.1 " ,
44 "packages" : [
55 " packages/*" ,
66 " dev-packages/*" ,
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.2.0 " ,
5+ "version" : " 6.3.0-beta.1 " ,
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.2.0 ' ;
3+ export const SDK_VERSION = '6.3.0-beta.1 ' ;
Original file line number Diff line number Diff line change 11{
22 "name" : " TestAppPlain" ,
3- "version" : " 6.2.0 " ,
3+ "version" : " 6.3.0-beta.1 " ,
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.2.0 " ,
3+ "version" : " 6.3.0-beta.1 " ,
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.2.0 " ,
11+ "@sentry/react-native" : " 6.3.0-beta.1 " ,
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.2.0 " ,
7+ "version" : " 6.3.0-beta.1 " ,
88 "orientation" : " portrait" ,
99 "icon" : " ./assets/icon.png" ,
1010 "userInterfaceStyle" : " light" ,
1919 "ios" : {
2020 "supportsTablet" : true ,
2121 "bundleIdentifier" : " io.sentry.expo.sample" ,
22- "buildNumber" : " 29 "
22+ "buildNumber" : " 30 "
2323 },
2424 "android" : {
2525 "adaptiveIcon" : {
2626 "foregroundImage" : " ./assets/adaptive-icon.png" ,
2727 "backgroundColor" : " #ffffff"
2828 },
2929 "package" : " io.sentry.expo.sample" ,
30- "versionCode" : 29
30+ "versionCode" : 30
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" : " 6.2.0 " ,
3+ "version" : " 6.3.0-beta.1 " ,
44 "main" : " expo-router/entry" ,
55 "scripts" : {
66 "start" : " expo start" ,
1515 "set-version" : " npx react-native-version --skip-tag --never-amend"
1616 },
1717 "dependencies" : {
18- "@sentry/react-native" : " 6.2.0 " ,
18+ "@sentry/react-native" : " 6.3.0-beta.1 " ,
1919 "@types/react" : " ~18.3.12" ,
2020 "expo" : " ^52.0.0" ,
2121 "expo-constants" : " ~17.0.3" ,
You can’t perform that action at this time.
0 commit comments