File tree 9 files changed +17
-11
lines changed
sentryreactnativesampleTests
9 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 5.35.0
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - fix(changelog): Fix TimeToDisplay typo (d8c87ad9) by @krystofwoldrich
8
+
3
9
## 5.35.0-beta.0
4
10
5
11
### Fixes
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.35.0-beta.0 " ,
5
+ "version" : " 5.35.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 4
4
"slug" : " sentry-react-native-expo-sample" ,
5
5
"jsEngine" : " hermes" ,
6
6
"scheme" : " sentry-expo-sample" ,
7
- "version" : " 5.35.0-beta.0 " ,
7
+ "version" : " 5.35.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" : " 26 "
22
+ "buildNumber" : " 27 "
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" : 26
30
+ "versionCode" : 27
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.35.0-beta.0 " ,
3
+ "version" : " 5.35.0" ,
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 29
138
- versionName " 5.35.0-beta.0 "
137
+ versionCode 30
138
+ versionName " 5.35.0"
139
139
}
140
140
141
141
signingConfigs {
Original file line number Diff line number Diff line change 21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
24
- <string >33 </string >
24
+ <string >34 </string >
25
25
<key >LSRequiresIPhoneOS </key >
26
26
<true />
27
27
<key >NSAppTransportSecurity </key >
Original file line number Diff line number Diff line change 19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >33 </string >
22
+ <string >34 </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.35.0-beta.0 " ,
3
+ "version" : " 5.35.0" ,
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.35.0-beta.0 ' ;
3
+ export const SDK_VERSION = '5.35.0' ;
You can’t perform that action at this time.
0 commit comments