Skip to content

chore(deps): bump sentry_flutter from 9.4.1 to 9.5.0 in /packages/smooth_app #6796

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 21, 2025

Bumps sentry_flutter from 9.4.1 to 9.5.0.

Release notes

Sourced from sentry_flutter's releases.

9.5.0

Features

  • Report Flutter framework feature flags (#2991)
    • Search for feature flags that are prefixed with flutter:*
    • This works on Flutter builds that include this PR
  • Add LoggingIntegration support for SentryLog (#3050)
  • Add enableNewTraceOnNavigation flag to SentryNavigatorObserver (#3096)
    • Default: true
    • Disable by passing false, e.g.:
      SentryNavigatorObserver(enableNewTraceOnNavigation: false)
    • Note: traces differ from transactions/spans — see tracing concepts here

Fixes

  • Ensure consistent sampling per trace (#3079)

Enhancements

  • Add sampled flag in propagation context (#3084)

Dependencies

Changelog

Sourced from sentry_flutter's changelog.

9.5.0

Features

  • Report Flutter framework feature flags (#2991)
    • Search for feature flags that are prefixed with flutter:*
    • This works on Flutter builds that include this PR
  • Add LoggingIntegration support for SentryLog (#3050)
  • Add enableNewTraceOnNavigation flag to SentryNavigatorObserver (#3096)
    • Default: true
    • Disable by passing false, e.g.:
      SentryNavigatorObserver(enableNewTraceOnNavigation: false)
    • Note: traces differ from transactions/spans — see tracing concepts here

Fixes

  • Ensure consistent sampling per trace (#3079)

Enhancements

  • Add sampled flag in propagation context (#3084)

Dependencies

Internal

  • Automate Sentry JS SDK version updates (#3080)
Commits
  • 29fc1a0 release: 9.5.0
  • 23d0dbf feat: add flag to SentryNavigatorObserver to enable/disable starting new tr...
  • 6f47800 Implement sampled flag in propagation context (#3084)
  • ab702ca chore: update flutter/scripts/update-js.sh to 9.40.0 (#3092)
  • 3ec248c Make generate-jni-bindings.sh script executable (#3089)
  • 6d23889 Use maybeOf instead of try/catch block (#3088)
  • 86943da Ensure consistent sampleRand per trace (#3079)
  • f54f7d5 chore: update flutter/scripts/update-js.sh to 9.39.0 (#3085)
  • 435f3b7 Run jnigen on Android SDK bump (#3083)
  • 8403ffc Automate Sentry JS SDK version updates (#3080)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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_flutter](https://github.com/getsentry/sentry-dart) from 9.4.1 to 9.5.0.
- [Release notes](https://github.com/getsentry/sentry-dart/releases)
- [Changelog](https://github.com/getsentry/sentry-dart/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-dart@9.4.1...9.5.0)

---
updated-dependencies:
- dependency-name: sentry_flutter
  dependency-version: 9.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 💬 To discuss and validate
Development

Successfully merging this pull request may close these issues.

0 participants