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 8541716 commit 2971d8bCopy full SHA for 2971d8b
packages/flutter/lib/src/native/c/binding.dart
@@ -709,7 +709,7 @@ class SentryNative {
709
710
/// Shuts down the sentry client and forces transports to flush out.
711
///
712
- /// Returns 0 on success.
+ /// Returns the number of envelopes that have been dumped.
713
714
/// Note that this does not uninstall any crash handler installed by our
715
/// 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.11.1
0 commit comments