chore(deps): update Native SDK to v0.15.4#3910
Merged
Merged
Conversation
bruno-garcia
force-pushed
the
deps/packages/flutter/scripts/update-native.sh
branch
from
July 21, 2026 04:03
d39e7d7 to
2727f18
Compare
Contributor
Author
Semver Impact of This PR🟡 Minor (new features) 📋 Changelog PreviewThis is how your changes will appear in the changelog. Features
FixesFlutter
DependenciesDeps
Internal Changes
🤖 This preview updates automatically when you update the PR. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3910 +/- ##
===========================================
+ Coverage 70.37% 91.56% +21.18%
===========================================
Files 28 105 +77
Lines 925 3828 +2903
===========================================
+ Hits 651 3505 +2854
- Misses 274 323 +49
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. |
bruno-garcia
force-pushed
the
deps/packages/flutter/scripts/update-native.sh
branch
from
July 21, 2026 08:12
2727f18 to
99349b4
Compare
buenaflor
approved these changes
Jul 21, 2026
This was referenced Jul 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps packages/flutter/scripts/update-native.sh from 0.15.3 to 0.15.4.
Auto-generated by a dependency updater.
Changelog
0.15.4
Features:
sentry_scope_newcreates a scope thatsentry_capture_event_with_scopeapplies without consuming, so you can configure it once and reuse it across many captures instead of building a new local scope each time.sentry_scope_clonecopies a scope, andsentry_scope_freereleases it. (#1855)NativeScope.setEnvironment(), so head SDKs can sync the environment at runtime. (#1874)sentry_transaction_discardandsentry_span_discardfor releasing unfinished transactions and spans without sending them. (#1858)sentry_scope_set_attribute/_nset an attribute on a scope andsentry_scope_remove_attribute/_nremove one, while the newsentry_scope_capture_logandsentry_scope_capture_metriccapture a log or metric against a given scope. Scope attributes and trace are applied to logs and metrics captured against it, resolving most-specific-first: per-call data, then the scope, then the global scope. (#1861)sentry_scope_clearto reset a scope's data. (#1881)Deprecations:
sentry_capture_event_with_scopein favor ofsentry_scope_capture_event(scope first), which matchessentry_scope_capture_log/sentry_scope_capture_metric. (#1882)Fixes:
SENTRY_TRACE) instead of writing tostderr. (#1854)sentry_options_set_debug(options, true)no longer displays verbose libcurl debug output by default. To restore it, callsentry_options_set_logger_level(options, SENTRY_LEVEL_TRACE).copy_file_rangeat crash time. (#1868)SENTRY_BATCHER_BUFFER_COUNTto configure the number of rotating buffers used by log and metric batchers. (#1867)sample_randfrom the scope propagation context. (#1869)sentry_modulefinder_linux.candsentry_backend_inproc.c. (#1871)unitfrom leaking from the global attribute when the per-call attribute does not define them. (#1879)