File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 15
15
16
16
- Safely access browser ` navigator.deviceMemory ` ([ #3268 ] ( https://github.com/getsentry/sentry-dart/pull/3268 ) )
17
17
18
+ ### Dependencies
19
+
20
+ - Bump Native SDK from v0.10.0 to v0.11.1 ([ #3271 ] ( https://github.com/getsentry/sentry-dart/pull/3271 ) )
21
+ - [ changelog] ( https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0111 )
22
+ - [ diff] ( https://github.com/getsentry/sentry-native/compare/0.10.0...0.11.1 )
23
+
18
24
## 9.7.0-beta.5
19
25
20
26
### Dependencies
Original file line number Diff line number Diff line change @@ -709,7 +709,7 @@ class SentryNative {
709
709
710
710
/// Shuts down the sentry client and forces transports to flush out.
711
711
///
712
- /// Returns 0 on success .
712
+ /// Returns the number of envelopes that have been dumped .
713
713
///
714
714
/// Note that this does not uninstall any crash handler installed by our
715
715
/// backends, which will still process crashes after `sentry_close()` , except
Original file line number Diff line number Diff line change 2
2
# Basically, this is a properties file we use both in CMake and update-deps.yml to update dependencies.
3
3
4
4
repo=https://github.com/getsentry/sentry-native
5
- version=0.10.0
5
+ version=0.11.1
You can’t perform that action at this time.
0 commit comments