Skip to content

Commit 17f3fb1

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

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
- Bump JavaScript SDK from v9.40.0 to v10.6.0 ([#3167](https://github.com/getsentry/sentry-dart/pull/3167), [#3201](https://github.com/getsentry/sentry-dart/pull/3201))
3535
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#1060)
3636
- [diff](https://github.com/getsentry/sentry-javascript/compare/9.40.0...10.6.0)
37-
- Bump Native SDK from v0.9.1 to v0.10.0 ([#3223](https://github.com/getsentry/sentry-dart/pull/3223))
38-
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0100)
39-
- [diff](https://github.com/getsentry/sentry-native/compare/0.9.1...0.10.0)
37+
- Bump Native SDK from v0.9.1 to v0.10.1 ([#3223](https://github.com/getsentry/sentry-dart/pull/3223), [#3228](https://github.com/getsentry/sentry-dart/pull/3228))
38+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0101)
39+
- [diff](https://github.com/getsentry/sentry-native/compare/0.9.1...0.10.1)
4040

4141
## 9.7.0-beta.1
4242

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)