Skip to content

Commit 568f711

Browse files
github-actions[bot]web-flowantonis
authored
chore(deps): update Cocoa SDK to v8.50.2 (#4830)
* chore: update scripts/update-cocoa.sh to 8.50.2 * Update default value test to align with the latest SDK --------- Co-authored-by: GitHub <[email protected]> Co-authored-by: Antonis Lilis <[email protected]>
1 parent 11f67eb commit 568f711

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
- Bump Bundler Plugins from v3.3.1 to v3.4.0 ([#4805](https://github.com/getsentry/sentry-react-native/pull/4805))
2222
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#340)
2323
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.3.1...3.4.0)
24-
- 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))
25-
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8501)
26-
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.49.2...8.50.1)
24+
- Bump Cocoa SDK from v8.49.2 to v8.50.2 ([#4807](https://github.com/getsentry/sentry-react-native/pull/4807), [#4821](https://github.com/getsentry/sentry-react-native/pull/4821), [#4830](https://github.com/getsentry/sentry-react-native/pull/4830))
25+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8502)
26+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.49.2...8.50.2)
2727

2828
### Fixes
2929

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.1'
40+
s.dependency 'Sentry/HybridSDK', '8.50.2'
4141

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

packages/core/RNSentryCocoaTester/RNSentryCocoaTesterTests/RNSentryReplayOptionsTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ final class RNSentryReplayOptions: XCTestCase {
177177

178178
let actualOptions = try! Options(dict: optionsDict as! [String: Any])
179179

180-
XCTAssertFalse(actualOptions.sessionReplay.enableExperimentalViewRenderer)
180+
XCTAssertTrue(actualOptions.sessionReplay.enableExperimentalViewRenderer)
181181
}
182182

183183
func testEnableExperimentalViewRendererTrue() {

0 commit comments

Comments
 (0)