diff --git a/CHANGELOG.md b/CHANGELOG.md index d878c77b19..a1b5739a31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,12 @@ - Safely access browser `navigator.deviceMemory` ([#3268](https://github.com/getsentry/sentry-dart/pull/3268)) +### Dependencies + +- Bump Native SDK from v0.10.0 to v0.11.1 ([#3271](https://github.com/getsentry/sentry-dart/pull/3271)) + - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0111) + - [diff](https://github.com/getsentry/sentry-native/compare/0.10.0...0.11.1) + ## 9.7.0-beta.5 ### Dependencies diff --git a/packages/flutter/lib/src/native/c/binding.dart b/packages/flutter/lib/src/native/c/binding.dart index 9b10e2ff76..45dc496914 100644 --- a/packages/flutter/lib/src/native/c/binding.dart +++ b/packages/flutter/lib/src/native/c/binding.dart @@ -709,7 +709,7 @@ class SentryNative { /// Shuts down the sentry client and forces transports to flush out. /// - /// Returns 0 on success. + /// Returns the number of envelopes that have been dumped. /// /// Note that this does not uninstall any crash handler installed by our /// backends, which will still process crashes after `sentry_close()`, except diff --git a/packages/flutter/sentry-native/CMakeCache.txt b/packages/flutter/sentry-native/CMakeCache.txt index ec828fe479..a1cc5e3504 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.10.0 +version=0.11.1