From 3d7fa989a963deae7723feffcc94f4ba33e9a6a0 Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 17 Apr 2026 04:01:51 +0000 Subject: [PATCH] chore: update packages/flutter/scripts/update-native.sh to 0.13.7 --- CHANGELOG.md | 6 ++++++ packages/flutter/lib/src/native/c/binding.dart | 5 ++++- packages/flutter/sentry-native/CMakeCache.txt | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd8d610f31..be19b0a327 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ - Stop re-triggering hitTest in SentryUserInteractionWidget on pointerUp ([#3540](https://github.com/getsentry/sentry-dart/pull/3540)) +### Dependencies + +- Bump Native SDK from v0.12.8 to v0.13.7 ([#3](https://github.com/glemartret/sentry-dart/pull/3)) + - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0137) + - [diff](https://github.com/getsentry/sentry-native/compare/0.12.8...0.13.7) + ## 9.14.0 ### Features diff --git a/packages/flutter/lib/src/native/c/binding.dart b/packages/flutter/lib/src/native/c/binding.dart index ec6ce08d59..374ac5a377 100644 --- a/packages/flutter/lib/src/native/c/binding.dart +++ b/packages/flutter/lib/src/native/c/binding.dart @@ -720,7 +720,10 @@ class SentryNative { /// /// Note that this does not uninstall any crash handler installed by our /// backends, which will still process crashes after `sentry_close()`, except - /// when using `crashpad` on Linux or the `inproc` backend. + /// when using `crashpad` on Linux or the `inproc` backend. The Android + /// preload mode of `inproc` is a special case: a lightweight signal-chain + /// placeholder may remain installed across `sentry_close()` to preserve + /// ordering relative to the managed runtime until a later re-init. /// /// Further note that this function will block the thread it was called from /// until the sentry background worker has finished its work, or it timed out, diff --git a/packages/flutter/sentry-native/CMakeCache.txt b/packages/flutter/sentry-native/CMakeCache.txt index 4f54a153da..8685c08ffa 100644 --- a/packages/flutter/sentry-native/CMakeCache.txt +++ b/packages/flutter/sentry-native/CMakeCache.txt @@ -2,4 +2,4 @@ # Basically, this is a properties file we use both in CMake and update-deps.yml to update dependencies. repo=https://github.com/getsentry/sentry-native -version=0.12.8 +version=0.13.7