Skip to content

Commit 0ea0a44

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update packages/flutter/scripts/update-native.sh to 0.11.0
1 parent 819c1e7 commit 0ea0a44

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111

1212
- Prefix firebase remote config feature flags with `firebase:` ([#3258](https://github.com/getsentry/sentry-dart/pull/3258))
1313

14+
### Dependencies
15+
16+
- Bump Native SDK from v0.10.0 to v0.11.0 ([#3261](https://github.com/getsentry/sentry-dart/pull/3261))
17+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0110)
18+
- [diff](https://github.com/getsentry/sentry-native/compare/0.10.0...0.11.0)
19+
1420
## 9.7.0-beta.5
1521

1622
### Dependencies

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

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

710710
/// Shuts down the sentry client and forces transports to flush out.
711711
///
712-
/// Returns 0 on success.
712+
/// Returns the number of envelopes that have been dumped.
713713
///
714714
/// Note that this does not uninstall any crash handler installed by our
715715
/// 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.11.0

0 commit comments

Comments
 (0)