Skip to content

Bump @sentry/react-native from 5.22.3 to 8.3.0 in /enatega-multivendor-rider#1834

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/enatega-multivendor-rider/sentry/react-native-8.3.0
Open

Bump @sentry/react-native from 5.22.3 to 8.3.0 in /enatega-multivendor-rider#1834
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/enatega-multivendor-rider/sentry/react-native-8.3.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps @sentry/react-native from 5.22.3 to 8.3.0.

Release notes

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

8.3.0

Features

  • Add onNativeLog callback to intercept and forward native SDK logs to JavaScript console (#5622)
    • The callback receives native log events with level, component, and message properties
    • Only works when debug: true is enabled in Sentry.init
    • Use consoleSandbox inside the callback to prevent feedback loops with Sentry's console integration
      import * as Sentry from '@sentry/react-native';
      Sentry.init({
      debug: true,
      onNativeLog: ({ level, component, message }) => {
      // Use consoleSandbox to avoid feedback loops
      Sentry.consoleSandbox(() => {
      console.log(
      [Sentry Native] [${level.toUpperCase()}] [${component}] ${message}
      );
      });
      }
      });

  • Add expo constants on event context (#5748)
  • Capture dynamic route params as span attributes for Expo Router navigations (#5750)
  • EAS Build Hooks (#5666)
    • Capture EAS build events in Sentry. Add the following to your package.json:
      {
        "scripts": {
          "eas-build-on-complete": "sentry-eas-build-on-complete"
        }
      }
      Set SENTRY_DSN in your EAS secrets, and optionally SENTRY_EAS_BUILD_CAPTURE_SUCCESS=true to also capture successful builds.

Fixes

  • App start data not attached to sampled transactions when preceded by unsampled transactions (#5756)
  • Resolve relative SOURCEMAP_FILE paths against the project root in the Xcode build script (#5730)
  • Fixes the issue with unit mismatch in adjustTransactionDuration (#5740)
  • Handle inactive state for spans (#5742)

Dependencies

... (truncated)

Changelog

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

8.3.0

Features

  • Add onNativeLog callback to intercept and forward native SDK logs to JavaScript console (#5622)
    • The callback receives native log events with level, component, and message properties
    • Only works when debug: true is enabled in Sentry.init
    • Use consoleSandbox inside the callback to prevent feedback loops with Sentry's console integration
      import * as Sentry from '@sentry/react-native';
      Sentry.init({
      debug: true,
      onNativeLog: ({ level, component, message }) => {
      // Use consoleSandbox to avoid feedback loops
      Sentry.consoleSandbox(() => {
      console.log(
      [Sentry Native] [${level.toUpperCase()}] [${component}] ${message}
      );
      });
      }
      });

  • Add expo constants on event context (#5748)
  • Capture dynamic route params as span attributes for Expo Router navigations (#5750)
  • EAS Build Hooks (#5666)
    • Capture EAS build events in Sentry. Add the following to your package.json:
      {
        "scripts": {
          "eas-build-on-complete": "sentry-eas-build-on-complete"
        }
      }
      Set SENTRY_DSN in your EAS secrets, and optionally SENTRY_EAS_BUILD_CAPTURE_SUCCESS=true to also capture successful builds.

Fixes

  • App start data not attached to sampled transactions when preceded by unsampled transactions (#5756)
  • Resolve relative SOURCEMAP_FILE paths against the project root in the Xcode build script (#5730)
  • Fixes the issue with unit mismatch in adjustTransactionDuration (#5740)
  • Handle inactive state for spans (#5742)

Dependencies

... (truncated)

Commits
  • 83aadc1 release: 8.3.0
  • 4cebd92 fix(core): App start data lost when first transaction is unsampled (#5756)
  • 29950e3 docs: Migrate AGENTS.md to nested structure with agents.toml (#5758)
  • 98e9b2d Add 'agents.toml' to skip list in CI workflow (#5774)
  • 752e659 Two small fixes to EAS build hooks: (#5773)
  • 9ee3737 EAS Build Hooks (#5666)
  • 3541ced chore(ios): Bump iOS binary size limit from 1450 to 1470 KiB (#5766)
  • 2beedd1 chore: update scripts/update-cli.sh to 3.3.0 (#5762)
  • f60c6ff chore: update scripts/update-cocoa.sh to 9.6.0 (#5759)
  • 878d0cc [iOS + Android] Add the ability to intercept errors from native side and forw...
  • 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 5.22.3 to 8.3.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@5.22.3...8.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants