Skip to content

Commit 83c070c

Browse files
Merge branch 'main' into feedback-ui-2
2 parents 1728356 + 11f67eb commit 83c070c

File tree

19 files changed

+2477
-1343
lines changed

19 files changed

+2477
-1343
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
env:
1616
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
17-
MAESTRO_VERSION: '1.40.2'
17+
MAESTRO_VERSION: '1.40.3'
1818
IOS_DEVICE: 'iPhone 16'
1919
IOS_VERSION: '18.1'
2020

.github/workflows/sample-application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313

1414
env:
1515
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
16-
MAESTRO_VERSION: '1.40.2'
16+
MAESTRO_VERSION: '1.40.3'
1717
RN_SENTRY_POD_NAME: RNSentry
1818
IOS_APP_ARCHIVE_PATH: sentry-react-native-sample.app.zip
1919
ANDROID_APP_ARCHIVE_PATH: sentry-react-native-sample.apk.zip

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
- Bump Bundler Plugins from v3.3.1 to v3.4.0 ([#4805](https://github.com/getsentry/sentry-react-native/pull/4805))
2929
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#340)
3030
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.3.1...3.4.0)
31-
- Bump Cocoa SDK from v8.49.2 to v8.50.0 ([#4807](https://github.com/getsentry/sentry-react-native/pull/4807))
32-
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8500)
33-
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.49.2...8.50.0)
31+
- Bump Cocoa SDK from v8.49.2 to v8.50.1 ([#4807](https://github.com/getsentry/sentry-react-native/pull/4807), [#4821](https://github.com/getsentry/sentry-react-native/pull/4821))
32+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8501)
33+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.49.2...8.50.1)
3434

3535
### Fixes
3636

packages/core/RNSentry.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.50.0'
40+
s.dependency 'Sentry/HybridSDK', '8.50.1'
4141

4242
if defined? install_modules_dependencies
4343
# Default React Native dependencies for 0.71 and above (new and legacy architecture)

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
},
7676
"devDependencies": {
7777
"@babel/core": "^7.25.2",
78-
"@expo/metro-config": "0.19.5",
78+
"@expo/metro-config": "~0.20.0",
7979
"@mswjs/interceptors": "^0.25.15",
8080
"@react-native/babel-preset": "0.77.1",
8181
"@sentry-internal/eslint-config-sdk": "8.54.0",
@@ -98,7 +98,7 @@
9898
"eslint": "^7.6.0",
9999
"eslint-plugin-react": "^7.20.6",
100100
"eslint-plugin-react-native": "^3.8.1",
101-
"expo": "^52.0.0",
101+
"expo": "^53.0.0",
102102
"expo-module-scripts": "3.1.0",
103103
"jest": "^29.6.2",
104104
"jest-environment-jsdom": "^29.6.2",

samples/react-native/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ local.properties
3333
.cxx/
3434
*.keystore
3535
!debug.keystore
36+
.kotlin/
3637

3738
# node.js
3839
#

samples/react-native/Gemfile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
source 'https://rubygems.org'
22

33
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
4-
ruby "3.3.0"
4+
# ruby "3.4.0"
55

66
gem 'cocoapods', '1.15.2'
77
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
88
gem 'fastlane', '2.220.0'
99
gem 'xcodeproj', '< 1.26.0'
10+
11+
# Ruby 3.4.0 has removed some libraries from the standard library.
12+
gem 'bigdecimal'
13+
gem 'logger'
14+
gem 'benchmark'
15+
gem 'mutex_m'

samples/react-native/Gemfile.lock

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ GEM
3535
aws-eventstream (~> 1, >= 1.0.2)
3636
babosa (1.0.4)
3737
base64 (0.2.0)
38+
benchmark (0.4.0)
39+
bigdecimal (3.1.9)
3840
claide (1.1.0)
3941
cocoapods (1.15.2)
4042
addressable (~> 2.8)
@@ -158,8 +160,7 @@ GEM
158160
xcodeproj (>= 1.13.0, < 2.0.0)
159161
xcpretty (~> 0.3.0)
160162
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
161-
ffi (1.17.0-arm64-darwin)
162-
ffi (1.17.0-x86_64-darwin)
163+
ffi (1.17.0)
163164
fourflusher (2.3.1)
164165
fuzzy_match (2.0.4)
165166
gh_inspector (1.1.3)
@@ -209,12 +210,14 @@ GEM
209210
json (2.7.3)
210211
jwt (2.9.3)
211212
base64
213+
logger (1.7.0)
212214
mini_magick (4.13.2)
213215
mini_mime (1.1.5)
214216
minitest (5.25.1)
215217
molinillo (0.8.0)
216218
multi_json (1.15.0)
217219
multipart-post (2.4.1)
220+
mutex_m (0.3.0)
218221
nanaimo (0.3.0)
219222
nap (1.1.0)
220223
naturally (2.2.1)
@@ -279,12 +282,13 @@ PLATFORMS
279282

280283
DEPENDENCIES
281284
activesupport (>= 6.1.7.5, < 7.1.0)
285+
benchmark
286+
bigdecimal
282287
cocoapods (= 1.15.2)
283288
fastlane (= 2.220.0)
289+
logger
290+
mutex_m
284291
xcodeproj (< 1.26.0)
285292

286-
RUBY VERSION
287-
ruby 3.3.0p0
288-
289293
BUNDLED WITH
290294
2.4.20

samples/react-native/android/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,14 @@ def enableProguardInReleaseBuilds = true
116116
* The preferred build flavor of JavaScriptCore.
117117
*
118118
* For example, to use the international variant, you can use:
119-
* `def jscFlavor = 'org.webkit:android-jsc-intl:+'`
119+
* `def jscFlavor = io.github.react-native-community:jsc-android-intl:2026004.+`
120120
*
121121
* The international variant includes ICU i18n library and necessary data
122122
* allowing to use e.g. `Date.toLocaleString` and `String.localeCompare` that
123-
* give correct results when using with locales other than en-US. Note that
123+
* give correct results when using with locales other than en-US. Note that
124124
* this variant is about 6MiB larger per architecture than default.
125125
*/
126-
def jscFlavor = 'org.webkit:android-jsc:+'
126+
def jscFlavor = 'io.github.react-native-community:jsc-android:2026004.+'
127127

128128
android {
129129
ndkVersion rootProject.ext.ndkVersion

samples/react-native/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
buildToolsVersion = "35.0.0"
55
minSdkVersion = 24
66
compileSdkVersion = 35
7-
targetSdkVersion = 34
7+
targetSdkVersion = 35
88
ndkVersion = "27.1.12297006"
99
kotlinVersion = "2.0.21"
1010
}

0 commit comments

Comments
 (0)