Skip to content

chore(deps): bump @sentry/react-native from 8.21.0 to 8.23.0 in /frontend - #2442

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/sentry/react-native-8.23.0
Closed

chore(deps): bump @sentry/react-native from 8.21.0 to 8.23.0 in /frontend#2442
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/sentry/react-native-8.23.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 23, 2026

Copy link
Copy Markdown
Contributor

Bumps @sentry/react-native from 8.21.0 to 8.23.0.

Release notes

Sourced from @​sentry/react-native's releases.

8.23.0

Changes

  • Migrate iOS internals from the deprecated PrivateSentrySDKOnly SPI to SentrySDK.internal (#6541)

    Re-lands #6380, reverted in 8.20.0 by #6491 because it broke iOS screenshot capture. The underlying sentry-cocoa bug is fixed in 9.24.0.

[!WARNING] Action required if you target React Native < 0.75. RNSentry now ships Swift code, which makes it a Swift pod under CocoaPods. If your Podfile doesn't already modularize React Native's ObjC pods (RN >= 0.75 does this by default), add use_modular_headers! to your ios/Podfile before running pod install. Otherwise pod install fails with an error like: The Swift pod 'RNSentry' depends upon 'React-hermes', which does not define modules.

Fixes

  • Send SDK-internal diagnostics to the debug logger instead of the Sentry Logs API (#6585)

    Ten internal warnings in the TurboModule instrumentation, scope sync and the Expo Router error boundary were written against logger, which captures a log record and sends it to your project. They now go to debug, printed only when the SDK is initialized with debug: true.

  • Measure callback-style native module calls until their completion callback fires (#6561)

    Bridge methods that report completion through success/failure callbacks instead of a Promise return undefined, so they were recorded as sync calls with a near-zero duration. Their turbo_module.* durations are now correct, and slow ones produce a native.turbo_module breadcrumb. On the Old Architecture a failure callback is also counted as an error, following React Native's own (failure, success) trailing-argument convention.

  • Resolve config-plugins through the expo package in the Expo config plugin (#6581)

  • Make the RNSentry SPEC CHECKSUM in Podfile.lock machine-independent (#6534)

    The prebuilt Sentry.xcframework is now referenced through a $(PODS_ROOT)/sentry-xcframeworks/… symlink instead of the absolute per-user cache path, so Podfile.lock no longer churns between developers and CI. Expect a one-time RNSentry checksum change on the next pod install; the SENTRY_XCFRAMEWORK_CACHE_DIR=/tmp/… workaround is no longer needed.

Internal

  • Mark enableTurboModuleTracking as internal and correct its documentation (#6168)

    The option only installs the native TurboModulePerfLogger; no sink consumes its callbacks, so enabling it emits no data. Its documentation claimed it fed crash attribution, per-module spans and aggregated stats — those all come from turboModuleContextIntegration(), which is enabled by default with enableNative and never reads this option. No behaviour change.

Dependencies

8.22.0

Features

  • Add enableMetricKit option to enable the iOS MetricKit integration (#6540)

    When enabled, the iOS SDK sends MXDiskWriteExceptionDiagnostic, MXCPUExceptionDiagnostic and MXHangDiagnostic reports to Sentry. Requires iOS 15 or later and is disabled by default. MetricKit hang diagnostics are reported by the operating system and are separate from the app hangs captured by enableAppHangTracking, so enabling both can result in the same hang being reported twice.

... (truncated)

Changelog

Sourced from @​sentry/react-native's changelog.

8.23.0

Changes

  • Migrate iOS internals from the deprecated PrivateSentrySDKOnly SPI to SentrySDK.internal (#6541)

    Re-lands #6380, reverted in 8.20.0 by #6491 because it broke iOS screenshot capture. The underlying sentry-cocoa bug is fixed in 9.24.0.

[!WARNING] Action required if you target React Native < 0.75. RNSentry now ships Swift code, which makes it a Swift pod under CocoaPods. If your Podfile doesn't already modularize React Native's ObjC pods (RN >= 0.75 does this by default), add use_modular_headers! to your ios/Podfile before running pod install. Otherwise pod install fails with an error like: The Swift pod 'RNSentry' depends upon 'React-hermes', which does not define modules.

Fixes

  • Send SDK-internal diagnostics to the debug logger instead of the Sentry Logs API (#6585)

    Ten internal warnings in the TurboModule instrumentation, scope sync and the Expo Router error boundary were written against logger, which captures a log record and sends it to your project. They now go to debug, printed only when the SDK is initialized with debug: true.

  • Measure callback-style native module calls until their completion callback fires (#6561)

    Bridge methods that report completion through success/failure callbacks instead of a Promise return undefined, so they were recorded as sync calls with a near-zero duration. Their turbo_module.* durations are now correct, and slow ones produce a native.turbo_module breadcrumb. On the Old Architecture a failure callback is also counted as an error, following React Native's own (failure, success) trailing-argument convention.

  • Resolve config-plugins through the expo package in the Expo config plugin (#6581)

  • Make the RNSentry SPEC CHECKSUM in Podfile.lock machine-independent (#6534)

    The prebuilt Sentry.xcframework is now referenced through a $(PODS_ROOT)/sentry-xcframeworks/… symlink instead of the absolute per-user cache path, so Podfile.lock no longer churns between developers and CI. Expect a one-time RNSentry checksum change on the next pod install; the SENTRY_XCFRAMEWORK_CACHE_DIR=/tmp/… workaround is no longer needed.

Internal

  • Mark enableTurboModuleTracking as internal and correct its documentation (#6168)

    The option only installs the native TurboModulePerfLogger; no sink consumes its callbacks, so enabling it emits no data. Its documentation claimed it fed crash attribution, per-module spans and aggregated stats — those all come from turboModuleContextIntegration(), which is enabled by default with enableNative and never reads this option. No behaviour change.

Dependencies

8.22.0

Features

  • Add enableMetricKit option to enable the iOS MetricKit integration (#6540)

    When enabled, the iOS SDK sends MXDiskWriteExceptionDiagnostic, MXCPUExceptionDiagnostic and MXHangDiagnostic reports to Sentry. Requires iOS 15 or later and is disabled by default. MetricKit hang diagnostics are reported by the operating system and are separate from the app hangs captured by enableAppHangTracking, so enabling both can result in the same hang being reported twice.

... (truncated)

Commits
  • 580759e release: 8.23.0
  • 1d55d8a fix(core): Use the debug logger, not the Logs API, for SDK diagnostics (#6585)
  • 21c11b5 chore: update scripts/update-wizard.sh to v7.0.2 (#6569)
  • 36a65c1 chore: update scripts/update-sentry-android-gradle-plugin.sh to 6.18.0 (#6571)
  • 75735f9 fix(core): Measure callback-style native module calls until completion (#6561)
  • aab34e2 chore(deps): bump brace-expansion to ^2.1.4 / ^5.0.9 (#6577)
  • 4340ac1 fix(expo): Resolve config-plugins through the expo package (#6581)
  • fdff1d8 chore(deps): bump js-yaml to ^3.15.1 / ^4.3.1 (#6578)
  • c974c52 docs(core): Correct enableTurboModuleTracking docs and document TurboModule p...
  • 0a5670a docs: fix dead links in the README (#6570)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@sentry/react-native](https://github.com/getsentry/sentry-react-native) from 8.21.0 to 8.23.0.
- [Release notes](https://github.com/getsentry/sentry-react-native/releases)
- [Changelog](https://github.com/getsentry/sentry-react-native/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-react-native@8.21.0...8.23.0)

---
updated-dependencies:
- dependency-name: "@sentry/react-native"
  dependency-version: 8.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the frontend label Aug 23, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 23, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions

Copy link
Copy Markdown
Contributor

Knip Dead Code Check

Knip ran in non-blocking mode for this PR. Review any findings before merge.

Check Result Exit code
Full analysis PASS 0
Dependencies PASS 0
Files PASS 0
Exports PASS 0
Full analysis
No output.
Dependencies
No output.
Files
Unused files (37)
.prettierrc.js                                   
assets/css/article.ts                            
assets/svg/EllipseSvg.jsx                        
mocks/react-native-pager-view.js                 
plugins/withWebViewDebug.js                      
src/assets/css/article.ts                        
src/components/article/OverviewItem.tsx          
src/components/auth/EmailVerificationModal.tsx   
src/components/common/APILoader.tsx              
src/components/common/BackToTopScrollView.tsx    
src/components/common/CustomStatusBar.tsx        
src/components/common/Dropdown.tsx               
src/components/common/DropDownComponent.tsx      
src/components/common/GlassInput.tsx             
src/components/common/Input.tsx                  
src/components/common/Message.tsx                
src/components/common/NetworkCheck.tsx           
src/components/common/NoInternetLayout.tsx       
src/components/podcast/AmplitudeWave.tsx         
src/components/podcast/MicWave.tsx               
src/components/podcast/PodcastEmptyComponent.tsx 
src/components/podcast/PodcastPlayer.tsx         
src/components/podcast/SoundWave.tsx             
src/components/profile/AddSpecializationModal.tsx
src/constants/theme.ts                           
src/hooks/analytics/useGetReadHistory.ts         
src/hooks/app/ui/use-color-scheme.ts             
src/hooks/app/ui/use-theme-color.ts              
src/lib/api/apiClient.ts                         
src/lib/platform/MultiLanguageService.ts         
src/lib/platform/notificationHandler.ts          
src/lib/platform/PushNotificationService.ts      
src/lib/platform/trackPlayerService.ts           
src/screens/MedicalGlossaryScreen.tsx            
src/screens/wellness/ManualLogCard.tsx           
src/screens/wellness/WearableSyncCard.tsx        
src/screens/wellness/WeeklyChart.tsx             
Configuration hints (4)
metro.config.js           knip.json  Remove from ignore
jest.config.js            knip.json  Remove from ignore
react-native.config.js    knip.json  Remove from ignore
.eslintrc.js              knip.json  Remove from ignore
Exports
No output.

Docs: docs/KNIP_GUIDE.md and docs/KNIP_CONTRIBUTOR_GUIDE.md

@github-actions

Copy link
Copy Markdown
Contributor

Thank you @, for creating the PR and contributing to our UltimateHealth project 💗.
Our team will review the PR and will reach out to you soon! 😇
Make sure that you have marked all the tasks that you are done with ✅.
Thank you for your patience! 😀

@SB2318 SB2318 closed this Sep 8, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/frontend/sentry/react-native-8.23.0 branch September 8, 2026 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant