|
6 | 6 |
|
7 | 7 | - Emit `transaction.data` inside `contexts.trace.data` ([#2284](https://github.com/getsentry/sentry-dart/pull/2284)) |
8 | 8 | - Blocking app starts if "appLaunchedInForeground" is false. (Android only) ([#2291](https://github.com/getsentry/sentry-dart/pull/2291)) |
| 9 | +- Windows native error & obfuscation support ([#2286](https://github.com/getsentry/sentry-dart/pull/2286)) |
9 | 10 |
|
10 | 11 | ### Enhancements |
11 | 12 |
|
12 | 13 | - Use native spotlight integrations on Flutter Android, iOS, macOS ([#2285](https://github.com/getsentry/sentry-dart/pull/2285)) |
13 | 14 | - Improve app start integration ([#2266](https://github.com/getsentry/sentry-dart/pull/2266)) |
14 | 15 | - Fixes ([#2103](https://github.com/getsentry/sentry-dart/issues/2103)) |
15 | 16 | - Fixes ([#2233](https://github.com/getsentry/sentry-dart/issues/2233)) |
| 17 | +- Only store slow and frozen frames for frame delay calculation ([#2337](https://github.com/getsentry/sentry-dart/pull/2337)) |
16 | 18 |
|
17 | 19 | ### Fixes |
18 | 20 |
|
|
22 | 24 | - iOS replay integration when only `onErrorSampleRate` is specified ([#2306](https://github.com/getsentry/sentry-dart/pull/2306)) |
23 | 25 | - Fix TTID timing issue ([#2326](https://github.com/getsentry/sentry-dart/pull/2326)) |
24 | 26 | - Accessing invalid json fields from `fetchNativeAppStart` should return null ([#2340](https://github.com/getsentry/sentry-dart/pull/2340)) |
| 27 | +- Error when calling `SentryFlutter.reportFullyDisplayed()` twice ([#2339](https://github.com/getsentry/sentry-dart/pull/2339)) |
25 | 28 |
|
26 | 29 | ### Deprecate |
27 | 30 |
|
|
33 | 36 | - Bump Cocoa SDK from v8.36.0 to v8.37.0 ([#2334](https://github.com/getsentry/sentry-dart/pull/2334)) |
34 | 37 | - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8370) |
35 | 38 | - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.36.0...8.37.0) |
| 39 | +- Bump Android SDK from v7.14.0 to v7.15.0 ([#2342](https://github.com/getsentry/sentry-dart/pull/2342)) |
| 40 | + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7150) |
| 41 | + - [diff](https://github.com/getsentry/sentry-java/compare/7.14.0...7.15.0) |
36 | 42 |
|
37 | 43 | ## 8.9.0 |
38 | 44 |
|
|
0 commit comments