Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion packages/flutter/lib/src/native/c/binding.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter/sentry-native/CMakeCache.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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