From 3a42298e06e1f28660955e563f7152acf3713c6e Mon Sep 17 00:00:00 2001 From: Ivan Dlugos Date: Mon, 2 Sep 2024 13:32:46 +0200 Subject: [PATCH] chore: fixup changelog --- CHANGELOG.md | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19a9edc18f..a486e6eb1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,18 +2,6 @@ ## Unreleased -### Improvements - -- Add permissions for `INTERNET` and `ACCESS_NETWORK_STATE` in the AndroidManifest.xml of the Flutter example app. ([#2255](https://github.com/getsentry/sentry-dart/pull/2255)) - -### Dependencies - -- Bump Cocoa SDK from v8.35.1 to v8.36.0 ([#2252](https://github.com/getsentry/sentry-dart/pull/2252)) - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8360) - - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.35.1...8.36.0) - -## 8.8.0 - ### Features - Session replay Alpha for Android and iOS ([#2208](https://github.com/getsentry/sentry-dart/pull/2208)). @@ -31,8 +19,18 @@ ); ``` +### Dependencies + +- Bump Cocoa SDK from v8.35.1 to v8.36.0 ([#2252](https://github.com/getsentry/sentry-dart/pull/2252)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8360) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.35.1...8.36.0) + +## 8.8.0 + +### Features + - Add `SentryFlutter.nativeCrash()` using MethodChannels for Android and iOS ([#2239](https://github.com/getsentry/sentry-dart/pull/2239)) - - This can be used to test if native crash reporting works + - This can be used to test if native crash reporting works - Add `ignoreRoutes` parameter to `SentryNavigatorObserver`. ([#2218](https://github.com/getsentry/sentry-dart/pull/2218)) - This will ignore the Routes and prevent the Route from being pushed to the Sentry server. - Ignored routes will also create no TTID and TTFD spans.