We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc80043 commit d9ff02eCopy full SHA for d9ff02e
CHANGELOG.md
@@ -6,6 +6,12 @@
6
7
- Pass missing `captureFailedRequests` param to `FailedRequestInterceptor` ([#2744](https://github.com/getsentry/sentry-dart/pull/2744))
8
9
+### Dependencies
10
+
11
+- Bump Native SDK from v0.7.20 to v0.8.1 ([#2761](https://github.com/getsentry/sentry-dart/pull/2761))
12
+ - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#081)
13
+ - [diff](https://github.com/getsentry/sentry-native/compare/0.7.20...0.8.1)
14
15
## 8.14.0-beta.1
16
17
### Behavioral changes
flutter/sentry-native/CMakeCache.txt
@@ -2,4 +2,4 @@
2
# Basically, this is a properties file we use both in CMake and update-deps.yml to update dependencies.
3
4
repo=https://github.com/getsentry/sentry-native
5
-version=0.7.20
+version=0.8.1
0 commit comments