Skip to content

Commit 5f8f39d

Browse files
committed
Update CHANGELOG
1 parent 6938f13 commit 5f8f39d

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
### Features
66

7+
- Add API for pausing/resuming **iOS** and **macOS** app hang tracking ([#2134](https://github.com/getsentry/sentry-dart/pull/2134))
8+
- This is useful to prevent the Cocoa SDK from reporting wrongly detected app hangs when the OS shows a system dialog for asking specific permissions.
9+
- Use `SentryFlutter.pauseAppHangTracking()` and `SentryFlutter.resumeAppHangTracking()`
10+
- Capture total frames, frames delay, slow & frozen frames and attach to spans ([#2106](https://github.com/getsentry/sentry-dart/pull/2106))
11+
- Support WebAssembly compilation (dart2wasm) ([#2113](https://github.com/getsentry/sentry-dart/pull/2113))
712
- Add flag to disable reporting of view hierarchy identifiers ([#2158](https://github.com/getsentry/sentry-dart/pull/2158))
813
- Use `reportViewHierarchyIdentifiers` to enable or disable the option
914
- Record dropped spans in client reports ([#2154](https://github.com/getsentry/sentry-dart/pull/2154))
@@ -26,9 +31,13 @@
2631
- Bump Cocoa SDK from v8.30.0 to v8.30.1 ([#2155](https://github.com/getsentry/sentry-dart/pull/2155))
2732
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8301)
2833
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.30.0...8.30.1)
34+
- Bump Android SDK from v7.10.0 to v7.11.0 ([#2144](https://github.com/getsentry/sentry-dart/pull/2144))
35+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7110)
36+
- [diff](https://github.com/getsentry/sentry-java/compare/7.10.0...7.11.0)
2937

3038
### Deprecated
3139

40+
- User segment is now deprecated and will be removed in version 9.0.0. Use a custom tag or context instead. ([#2119](https://github.com/getsentry/sentry-dart/pull/2119))
3241
- Deprecate `setExtra` and `removeExtra` ([#2159](https://github.com/getsentry/sentry-dart/pull/2159))
3342
- Use the `Contexts` structure via `setContexts` instead
3443

@@ -51,9 +60,6 @@
5160
- Bump Cocoa SDK from v8.29.0 to v8.30.0 ([#2132](https://github.com/getsentry/sentry-dart/pull/2132))
5261
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8300)
5362
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.29.0...8.30.0)
54-
- Bump Android SDK from v7.10.0 to v7.11.0 ([#2144](https://github.com/getsentry/sentry-dart/pull/2144))
55-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7110)
56-
- [diff](https://github.com/getsentry/sentry-java/compare/7.10.0...7.11.0)
5763

5864
## 8.3.0
5965

0 commit comments

Comments
 (0)