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 6
6
> make sure you follow our [ migration guide] ( https://docs.sentry.io/platforms/react-native/migration/ ) first.
7
7
<!-- prettier-ignore-end -->
8
8
9
- ## Unreleased
9
+ ## 6.2.0
10
10
11
11
### Features
12
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sentry-react-native-e2e-tests" ,
3
- "version" : " 6.1 .0" ,
3
+ "version" : " 6.2 .0" ,
4
4
"private" : true ,
5
5
"description" : " Sentry React Native End to End Tests Library" ,
6
6
"main" : " dist/index.js" ,
13
13
"devDependencies" : {
14
14
"@babel/preset-env" : " ^7.20.2" ,
15
15
"@babel/preset-typescript" : " ^7.18.6" ,
16
- "@sentry/react-native" : " 6.1 .0" ,
16
+ "@sentry/react-native" : " 6.2 .0" ,
17
17
"@sentry/utils" : " 8.37.1" ,
18
18
"@types/node" : " ^20.9.3" ,
19
19
"@types/react" : " ^18.2.64" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sentry-react-native-type-check" ,
3
3
"private" : true ,
4
- "version" : " 6.1 .0" ,
4
+ "version" : " 6.2 .0" ,
5
5
"scripts" : {
6
6
"type-check" : " ./run-type-check.sh"
7
7
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3
- "version" : " 6.1 .0" ,
3
+ "version" : " 6.2 .0" ,
4
4
"packages" : [
5
5
" packages/*" ,
6
6
" dev-packages/*" ,
Original file line number Diff line number Diff line change 2
2
"name" : " @sentry/react-native" ,
3
3
"homepage" : " https://github.com/getsentry/sentry-react-native" ,
4
4
"repository" : " https://github.com/getsentry/sentry-react-native" ,
5
- "version" : " 6.1 .0" ,
5
+ "version" : " 6.2 .0" ,
6
6
"description" : " Official Sentry SDK for react-native" ,
7
7
"typings" : " dist/js/index.d.ts" ,
8
8
"types" : " dist/js/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
export const SDK_PACKAGE_NAME = 'npm:@sentry/react-native' ;
2
2
export const SDK_NAME = 'sentry.javascript.react-native' ;
3
- export const SDK_VERSION = '6.1 .0' ;
3
+ export const SDK_VERSION = '6.2 .0' ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " TestAppPlain" ,
3
- "version" : " 6.1 .0" ,
3
+ "version" : " 6.2 .0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"android" : " react-native run-android" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " TestAppSentry" ,
3
- "version" : " 6.1 .0" ,
3
+ "version" : " 6.2 .0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"android" : " react-native run-android" ,
7
7
"ios" : " react-native run-ios" ,
8
8
"start" : " react-native start"
9
9
},
10
10
"dependencies" : {
11
- "@sentry/react-native" : " 6.1 .0" ,
11
+ "@sentry/react-native" : " 6.2 .0" ,
12
12
"react" : " 18.1.0" ,
13
13
"react-native" : " 0.70.6"
14
14
},
Original file line number Diff line number Diff line change 4
4
"slug" : " sentry-react-native-expo-sample" ,
5
5
"jsEngine" : " hermes" ,
6
6
"scheme" : " sentry-expo-sample" ,
7
- "version" : " 6.1 .0" ,
7
+ "version" : " 6.2 .0" ,
8
8
"orientation" : " portrait" ,
9
9
"icon" : " ./assets/icon.png" ,
10
10
"userInterfaceStyle" : " light" ,
19
19
"ios" : {
20
20
"supportsTablet" : true ,
21
21
"bundleIdentifier" : " io.sentry.expo.sample" ,
22
- "buildNumber" : " 28 "
22
+ "buildNumber" : " 29 "
23
23
},
24
24
"android" : {
25
25
"adaptiveIcon" : {
26
26
"foregroundImage" : " ./assets/adaptive-icon.png" ,
27
27
"backgroundColor" : " #ffffff"
28
28
},
29
29
"package" : " io.sentry.expo.sample" ,
30
- "versionCode" : 28
30
+ "versionCode" : 29
31
31
},
32
32
"web" : {
33
33
"bundler" : " metro" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sentry-react-native-expo-sample" ,
3
- "version" : " 6.1 .0" ,
3
+ "version" : " 6.2 .0" ,
4
4
"main" : " expo-router/entry" ,
5
5
"scripts" : {
6
6
"start" : " expo start" ,
12
12
"set-version" : " npx react-native-version --skip-tag --never-amend"
13
13
},
14
14
"dependencies" : {
15
- "@sentry/react-native" : " 6.1 .0" ,
15
+ "@sentry/react-native" : " 6.2 .0" ,
16
16
"@types/react" : " 18.2.45" ,
17
17
"expo" : " ^50.0.8" ,
18
18
"expo-constants" : " ~15.4.5" ,
You can’t perform that action at this time.
0 commit comments