Skip to content

Commit 8e99fab

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update packages/flutter/scripts/update-native.sh to 0.10.1
1 parent 4110ac1 commit 8e99fab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/flutter/lib/src/native/c/binding.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ class SentryNative {
663663

664664
/// Shuts down the sentry client and forces transports to flush out.
665665
///
666-
/// Returns 0 on success.
666+
/// Returns the number of envelopes that have been dumped.
667667
///
668668
/// Note that this does not uninstall any crash handler installed by our
669669
/// backends, which will still process crashes after `sentry_close()`, except

packages/flutter/sentry-native/CMakeCache.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Basically, this is a properties file we use both in CMake and update-deps.yml to update dependencies.
33

44
repo=https://github.com/getsentry/sentry-native
5-
version=0.10.0
5+
version=0.10.1

0 commit comments

Comments
 (0)