Skip to content

Bump sentry_flutter from 9.8.0 to 9.10.0#47

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/sentry_flutter-9.10.0
Open

Bump sentry_flutter from 9.8.0 to 9.10.0#47
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/sentry_flutter-9.10.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps sentry_flutter from 9.8.0 to 9.10.0.

Release notes

Sourced from sentry_flutter's releases.

9.10.0

Fixes

  • Kotlin language version handling in Android (#3436)

Enhancements

  • Replace log batcher with telemetry processor (#3448)

Dependencies

9.9.2

Fixes

  • Android not sending events when autoInitializedNativeSdk is disabled (#3420)

9.9.1

Fixes

  • Cold/warm start spans not attaching if TTFD takes more than 3 seconds to report (#3404)
  • Ensure that the JNI ScopesAdapter instance is released after use (#3411)

9.9.0

Features

  • Add Sentry.setAttributes and Sentry.removeAttribute (#3352)
    • These attributes are set at the scope level and apply to all logs (and later to metrics and spans).
    • When a scope attribute conflicts with a log-level attribute, the log-level attribute always takes precedence.
  • Sentry Supabase Integration (#2913)
    • Adds the sentry_supabase package to instrument supabase with Sentry breadcrumbs, traces and errors.

Fixes

  • Added consumerProguardFiles 'proguard-rules.pro' to the debug build configuration to ensure ProGuard rules are consistently applied across both release and debug variants. (#3339)
  • Dart to native type conversion (#3372)
  • Revert FFI usage on iOS/macOS due to symbol stripping issues (#3379)
  • Android app crashing on hot-restart in debug mode (#3358)
  • Dont use Companion in JNI calls and properly release JNI refs (#3354)
    • This potentially fixes segfault crashes related to JNI

Enhancements

  • Refactor captureReplay and setReplayConfig to use JNI (#3318)
  • Refactor init to use JNI (#3324)
  • Flush logs if client/hub/sdk is closed (#3335

... (truncated)

Changelog

Sourced from sentry_flutter's changelog.

9.10.0

Fixes

  • Kotlin language version handling in Android (#3436)

Enhancements

  • Replace log batcher with telemetry processor (#3448)

Dependencies

9.9.2

Fixes

  • Android not sending events when autoInitializedNativeSdk is disabled (#3420)

9.9.1

Fixes

  • Cold/warm start spans not attaching if TTFD takes more than 3 seconds to report (#3404)
  • Ensure that the JNI ScopesAdapter instance is released after use (#3411)

9.9.0

Features

  • Add Sentry.setAttributes and Sentry.removeAttribute (#3352)
    • These attributes are set at the scope level and apply to all logs (and later to metrics and spans).
    • When a scope attribute conflicts with a log-level attribute, the log-level attribute always takes precedence.
  • Sentry Supabase Integration (#2913)
    • Adds the sentry_supabase package to instrument supabase with Sentry breadcrumbs, traces and errors.

Fixes

  • Added consumerProguardFiles 'proguard-rules.pro' to the debug build configuration to ensure ProGuard rules are consistently applied across both release and debug variants. (#3339)
  • Dart to native type conversion (#3372)
  • Revert FFI usage on iOS/macOS due to symbol stripping issues (#3379)
  • Android app crashing on hot-restart in debug mode (#3358)
  • Dont use Companion in JNI calls and properly release JNI refs (#3354)
    • This potentially fixes segfault crashes related to JNI

Enhancements

... (truncated)

Commits
  • 2bcb18b Update Xcode version to 16.4 in workflow (#3452)
  • 862fe42 release: 9.10.0
  • 0265ce5 fix: update kotlin version handling in android (#3436)
  • f579250 chore(deps): update Flutter SDK (metrics) to v3.38.7 (#3437)
  • c002f00 Move TelemetryProcessor from span-first branch and replace LogBatcher (#3...
  • 9821ba4 Add CLAUDE.md symlink to AGENTS.md
  • 1661d67 Add claude settings (#3445)
  • 2f63d89 chore: update packages/flutter/scripts/update-native.sh to 0.12.3 (#3438)
  • dc53d48 build(deps): bump actions/checkout from 4 to 6 (#3365)
  • e5ae2a6 chore: update metrics/flutter.properties to 3.38.5 (#3387)
  • 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.8.0 to 9.10.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.8.0...9.10.0)

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

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

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants