chore(deps): update Native SDK to v0.14.2#3683
Merged
Merged
Conversation
bruno-garcia
force-pushed
the
deps/packages/flutter/scripts/update-native.sh
branch
from
May 5, 2026 10:10
238439c to
00eb2d8
Compare
Contributor
Author
Semver Impact of This PR🟡 Minor (new features) 📋 Changelog PreviewThis is how your changes will appear in the changelog. Fixes
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 #3683 +/- ##
==========================================
+ Coverage 85.08% 91.94% +6.85%
==========================================
Files 238 105 -133
Lines 8489 3748 -4741
==========================================
- Hits 7223 3446 -3777
+ Misses 1266 302 -964
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
8 times, most recently
from
May 8, 2026 12:53
027b602 to
73d7880
Compare
bruno-garcia
force-pushed
the
deps/packages/flutter/scripts/update-native.sh
branch
3 times, most recently
from
May 12, 2026 12:43
9660119 to
0ba1b36
Compare
bruno-garcia
force-pushed
the
deps/packages/flutter/scripts/update-native.sh
branch
from
May 14, 2026 04:19
0ba1b36 to
6a83337
Compare
bruno-garcia
force-pushed
the
deps/packages/flutter/scripts/update-native.sh
branch
3 times, most recently
from
May 15, 2026 11:45
739e36b to
35765c0
Compare
bruno-garcia
force-pushed
the
deps/packages/flutter/scripts/update-native.sh
branch
3 times, most recently
from
May 19, 2026 11:37
f4bfe22 to
7cf17e7
Compare
bruno-garcia
force-pushed
the
deps/packages/flutter/scripts/update-native.sh
branch
6 times, most recently
from
May 26, 2026 13:02
08b28f2 to
34d40ec
Compare
bruno-garcia
force-pushed
the
deps/packages/flutter/scripts/update-native.sh
branch
from
May 26, 2026 19:47
34d40ec to
40d1ed5
Compare
bruno-garcia
force-pushed
the
deps/packages/flutter/scripts/update-native.sh
branch
from
May 26, 2026 20:12
40d1ed5 to
a6cef3f
Compare
bruno-garcia
force-pushed
the
deps/packages/flutter/scripts/update-native.sh
branch
8 times, most recently
from
June 2, 2026 13:14
61d53fd to
7fe24a0
Compare
bruno-garcia
force-pushed
the
deps/packages/flutter/scripts/update-native.sh
branch
4 times, most recently
from
June 8, 2026 11:29
82937b1 to
e684ce7
Compare
bruno-garcia
force-pushed
the
deps/packages/flutter/scripts/update-native.sh
branch
from
June 8, 2026 12:24
e684ce7 to
19f5024
Compare
buenaflor
approved these changes
Jun 8, 2026
This was referenced Jun 11, 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.13.8 to 0.14.2.
Auto-generated by a dependency updater.
Changelog
0.14.2
Fixes:
0.14.1
Features:
sentry_options_set_strict_trace_continuation. (#1663)event.user.idwith a persistent per-installation UUID when no explicit user ID is set. (#1661)SENTRY_CACHE_KEEP_ALWAYSto cache envelopes regardless of upload result. (#1707)sentry_initon macOS. (#1705, crashpad#153)cache_direnvelope header for external crash reporters. (#1698)sentry_attachment_set_typeandSENTRY_ATTACHMENT_TYPE_*macros for standard Sentry attachment types. (#1700)sentry_options_add_view_hierarchy*in favor ofsentry_attach_file*withsentry_attachment_set_type.Fixes:
0.14.0
Breaking / Important behavior changes:
0.13.5and is now documented as part of the0.14.0behavior. Applications that do not want to send metrics must explicitly opt out withsentry_options_set_enable_metrics(options, false). (#1609)0.13.9and is now documented as part of the0.14.0behavior. Applications that do not want to capture structured logs must explicitly opt out withsentry_options_set_enable_logs(options, false). (#1673)Fixes:
MD_LINUX_MAPSstream type (was tagged asMD_LINUX_AUXV). (#1694)/dev/shm/*,(deleted)files) from the minidump module list. (#1694)base_of_image. Fixes duplicateld-linuxentries that confused some debuggers (notably Windows LLDB) reading Linux ARM64 minidumps. (#1694)uname()is blocked (sandbox/seccomp) and fall back to/proc/sys/kernel/osreleasefor the OS version. (#1694)LinuxAuxv,LinuxCpuInfo,LinuxLsbRelease,LinuxCmdLine,LinuxEnviron, andLinuxDsoDebugstreams alongside the existing set, matching what Breakpad writes. LLDB needsLinuxAuxvandLinuxDsoDebugto identify the dynamic loader and enumerate loaded shared libraries; without them, opening a minidump in LLDB on Linux would only recover one frame per thread. (#1694)MemoryListStream. Previously stack bytes were only referenced from the per-thread record, so debuggers that look up memory by virtual address (LLDB) could not read the stack and unwinding stopped at frame 0 even wheneh_framewas available. (#1694)MemoryListStreamso LLDB can read stack contents (same fix as Linux above). (#1694)Features:
MiniDumpWithIndirectlyReferencedMemoryon Windows (already in effect for the native Windows backend). For each pointer that resolves into a writable heap region, ~1 KiB is captured around it; total budget capped at 4 MiB per dump. Heap-allocated structs reachable from the crashing call stack can now be inspected in LLDB / VS Code. (#1694)0.13.9
Features:
sentry_options_set_enable_logs(options, false). (#1673)crashpad_wait_for_uploadflag. (#1679, crashpad#152)sentry_options_set_enable_large_attachments. (#1545)Fixes:
shutdown_timeoutoption in the daemon. (#1691)