|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## Unreleased |
| 3 | +## 8.4.0 |
4 | 4 |
|
5 | 5 | ### Features
|
6 | 6 |
|
| 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)) |
7 | 12 | - Add flag to disable reporting of view hierarchy identifiers ([#2158](https://github.com/getsentry/sentry-dart/pull/2158))
|
8 | 13 | - Use `reportViewHierarchyIdentifiers` to enable or disable the option
|
9 | 14 | - Record dropped spans in client reports ([#2154](https://github.com/getsentry/sentry-dart/pull/2154))
|
|
26 | 31 | - Bump Cocoa SDK from v8.30.0 to v8.30.1 ([#2155](https://github.com/getsentry/sentry-dart/pull/2155))
|
27 | 32 | - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8301)
|
28 | 33 | - [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) |
29 | 37 |
|
30 | 38 | ### Deprecated
|
31 | 39 |
|
| 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)) |
32 | 41 | - Deprecate `setExtra` and `removeExtra` ([#2159](https://github.com/getsentry/sentry-dart/pull/2159))
|
33 | 42 | - Use the `Contexts` structure via `setContexts` instead
|
34 | 43 |
|
|
51 | 60 | - Bump Cocoa SDK from v8.29.0 to v8.30.0 ([#2132](https://github.com/getsentry/sentry-dart/pull/2132))
|
52 | 61 | - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8300)
|
53 | 62 | - [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) |
57 | 63 |
|
58 | 64 | ## 8.3.0
|
59 | 65 |
|
|
0 commit comments