File tree 9 files changed +14
-14
lines changed
sentryreactnativesampleTests
9 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## 5.31.1
4
4
5
5
### Fixes
6
6
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" : " 5.31.0 " ,
5
+ "version" : " 5.31.1 " ,
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 4
4
"slug" : " sentry-react-native-expo-sample" ,
5
5
"jsEngine" : " hermes" ,
6
6
"scheme" : " sentry-expo-sample" ,
7
- "version" : " 5.31.0 " ,
7
+ "version" : " 5.31.1 " ,
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" : " 19 "
22
+ "buildNumber" : " 20 "
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" : 19
30
+ "versionCode" : 20
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" : " 5.31.0 " ,
3
+ "version" : " 5.31.1 " ,
4
4
"main" : " expo-router/entry" ,
5
5
"scripts" : {
6
6
"start" : " expo start" ,
Original file line number Diff line number Diff line change @@ -134,8 +134,8 @@ android {
134
134
applicationId " io.sentry.reactnative.sample"
135
135
minSdkVersion rootProject. ext. minSdkVersion
136
136
targetSdkVersion rootProject. ext. targetSdkVersion
137
- versionCode 22
138
- versionName " 5.31.0 "
137
+ versionCode 23
138
+ versionName " 5.31.1 "
139
139
}
140
140
141
141
signingConfigs {
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >5.31.0 </string >
20
+ <string >5.31.1 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
24
- <string >26 </string >
24
+ <string >27 </string >
25
25
<key >LSRequiresIPhoneOS </key >
26
26
<true />
27
27
<key >NSAppTransportSecurity </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >5.31.0 </string >
18
+ <string >5.31.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >26 </string >
22
+ <string >27 </string >
23
23
</dict >
24
24
</plist >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sentry-react-native-sample" ,
3
- "version" : " 5.31.0 " ,
3
+ "version" : " 5.31.1 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"postinstall" : " patch-package" ,
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 = '5.31.0 ' ;
3
+ export const SDK_VERSION = '5.31.1 ' ;
You can’t perform that action at this time.
0 commit comments