Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

## Unreleased

> [!WARNING]
> iOS native crashes now set `mechanism.synthetic`, taking the mach/signal name out of the grouping hash. Expect a one-time regrouping as your app adopts this version.

### Features

- Add Session Replay runtime controls to start, stop, and manage recording manually ([#6703](https://github.com/getsentry/sentry-react-native/pull/6703))
Expand Down Expand Up @@ -44,6 +47,9 @@
- Bump Android SDK from v8.56.0 to v8.57.0 ([#6732](https://github.com/getsentry/sentry-react-native/pull/6732))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8570)
- [diff](https://github.com/getsentry/sentry-java/compare/8.56.0...8.57.0)
- Bump Cocoa SDK from v9.28.0 to v9.29.0 ([#6736](https://github.com/getsentry/sentry-react-native/pull/6736))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#9290)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/9.28.0...9.29.0)
Comment thread
cursor[bot] marked this conversation as resolved.

## 8.26.0

Expand Down
2 changes: 1 addition & 1 deletion packages/core/RNSentry.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Pod::Spec.new do |s|
'DEFINES_MODULE' => 'YES'
}

sentry_cocoa_version = '9.28.0'
sentry_cocoa_version = '9.29.0'

# Consume sentry-cocoa as a prebuilt `Sentry.xcframework` by default.
#
Expand Down
4 changes: 2 additions & 2 deletions packages/core/scripts/sentry_utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ def is_new_hermes_runtime(rn_version)
# `Sentry` module. `Sentry-Dynamic.xcframework` would ship the same
# `Sentry.framework` inside but under a mismatched enclosing name, so
# CocoaPods generates `-framework Sentry-Dynamic` and fails at link.
'9.28.0' => {
'Sentry' => '0c5caf36bb129b8ca1b258bd7d455c451eefb517acd01c0347f35723afbc1473',
'9.29.0' => {
'Sentry' => '63fe5a7258097fded9ef485bbb1d8e80e1e91d419ee6d8a6ad405454b5b50fef',
},
}.freeze

Expand Down
Loading