Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Unreleased

### Dependencies

- Bump Native SDK from v0.10.0 to v0.10.1 ([#3228](https://github.com/getsentry/sentry-dart/pull/3228))
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0101)
- [diff](https://github.com/getsentry/sentry-native/compare/0.10.0...0.10.1)

## 9.7.0-beta.5

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter/lib/src/native/c/binding.dart
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ class SentryNative {

/// Shuts down the sentry client and forces transports to flush out.
///
/// Returns 0 on success.
/// Returns the number of envelopes that have been dumped.
///
/// Note that this does not uninstall any crash handler installed by our
/// backends, which will still process crashes after `sentry_close()`, except
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter/sentry-native/CMakeCache.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Basically, this is a properties file we use both in CMake and update-deps.yml to update dependencies.

repo=https://github.com/getsentry/sentry-native
version=0.10.0
version=0.10.1
Loading