diff --git a/CHANGELOG.md b/CHANGELOG.md index cc05b148dc..ba59882f15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump Native SDK from v0.10.0 to v0.10.1 ([#3228](https://github.com/getsentry/sentry-dart/pull/3228)) + - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0101) + - [diff](https://github.com/getsentry/sentry-native/compare/0.10.0...0.10.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..96c3f9c855 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.10.1