We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4110ac1 commit 8e99fabCopy full SHA for 8e99fab
packages/flutter/lib/src/native/c/binding.dart
@@ -663,7 +663,7 @@ class SentryNative {
663
664
/// Shuts down the sentry client and forces transports to flush out.
665
///
666
- /// Returns 0 on success.
+ /// Returns the number of envelopes that have been dumped.
667
668
/// Note that this does not uninstall any crash handler installed by our
669
/// backends, which will still process crashes after `sentry_close()`, except
packages/flutter/sentry-native/CMakeCache.txt
@@ -2,4 +2,4 @@
2
# Basically, this is a properties file we use both in CMake and update-deps.yml to update dependencies.
3
4
repo=https://github.com/getsentry/sentry-native
5
-version=0.10.0
+version=0.10.1
0 commit comments