Skip to content

Commit a8b4e16

Browse files
committed
chore: prepare 8.13.0 changelog
1 parent c6b7cb8 commit a8b4e16

File tree

1 file changed

+42
-3
lines changed

1 file changed

+42
-3
lines changed

CHANGELOG.md

Lines changed: 42 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,61 @@
11
# Changelog
22

3-
## Unreleased
3+
## 8.13.0
4+
5+
### Breaking changes
6+
7+
- Remove Metrics API ([#2571](https://github.com/getsentry/sentry-dart/pull/2571))
8+
- The Metrics product never reached maturity from beta and has officially ended in October 7th, 2024
9+
- Read [this post](https://sentry.zendesk.com/hc/en-us/articles/26369339769883-Metrics-Beta-Ended-on-October-7th) for more information
10+
11+
### Features
12+
13+
- Add `beforeCapture` for View Hierarchy ([#2523](https://github.com/getsentry/sentry-dart/pull/2523))
14+
- View hierarchy calls are now debounced for 2 seconds.
15+
- JS SDK integration ([#2572](https://github.com/getsentry/sentry-dart/pull/2572))
16+
- Enable the integration by setting `options.enableSentryJs = true`
17+
- Features:
18+
- Sending envelopes through Sentry JS transport layer
19+
- Capturing native JS errors
20+
- Add SentryReplayQuality setting (`options.experimental.replay.quality`) ([#2582](https://github.com/getsentry/sentry-dart/pull/2582))
21+
- SPM Support ([#2280](https://github.com/getsentry/sentry-dart/pull/2280))
422

523
### Enhancements
624

25+
- Replay: improve iOS native interop performance ([#2530](https://github.com/getsentry/sentry-dart/pull/2530), [#2573](https://github.com/getsentry/sentry-dart/pull/2573))
26+
- Replay: improve orientation change tracking accuracy on Android ([#2540](https://github.com/getsentry/sentry-dart/pull/2540))
27+
- Print a warning if the rate limit was reached ([#2595](https://github.com/getsentry/sentry-dart/pull/2595))
28+
- Add replay masking config to tags and report SDKs versions ([#2592](https://github.com/getsentry/sentry-dart/pull/2592))
29+
- Enable `options.debug` when in debug mode ([#2597](https://github.com/getsentry/sentry-dart/pull/2597))
730
- Propagate sample seed in baggage header ([#2629](https://github.com/getsentry/sentry-dart/pull/2629))
831
- Read more about the specs [here](https://develop.sentry.dev/sdk/telemetry/traces/#propagated-random-value)
932
- Finish and start new transaction when tapping same element again ([#2623](https://github.com/getsentry/sentry-dart/pull/2623))
1033

1134
### Fixes
1235

36+
- Replay: fix masking for frames captured during UI changes ([#2553](https://github.com/getsentry/sentry-dart/pull/2553), [#2657](https://github.com/getsentry/sentry-dart/pull/2657))
37+
- Replay: fix widget masks overlap when navigating between screens ([#2486](https://github.com/getsentry/sentry-dart/pull/2486), [#2576](https://github.com/getsentry/sentry-dart/pull/2576))
38+
- WASM compat for Drift ([#2580](https://github.com/getsentry/sentry-dart/pull/2580))
39+
- Fix image flickering when using `SentryAssetBundle` ([#2577](https://github.com/getsentry/sentry-dart/pull/2577))
1340
- Fix print recursion detection ([#2624](https://github.com/getsentry/sentry-dart/pull/2624))
1441

42+
### Misc
43+
44+
- Transfer ownership of `sentry_link` to Sentry. You can view the changelog for the previous versions [here](https://github.com/getsentry/sentry-dart/blob/main/link/CHANGELOG_OLD.md) ([#2338](https://github.com/getsentry/sentry-dart/pull/2338))
45+
- No functional changes have been made. This version is identical to the previous one.
46+
- Change license from Apache to MIT
47+
1548
### Dependencies
1649

17-
- Bump Cocoa SDK from v8.44.0-beta.1 to v8.44.0 ([#2649](https://github.com/getsentry/sentry-dart/pull/2649))
50+
- Bump Native SDK from v0.7.17 to v0.7.19 ([#2578](https://github.com/getsentry/sentry-dart/pull/2578), [#2588](https://github.com/getsentry/sentry-dart/pull/2588))
51+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0719)
52+
- [diff](https://github.com/getsentry/sentry-native/compare/0.7.17...0.7.19)
53+
- Bump Android SDK from v7.19.0 to v7.20.1 ([#2536](https://github.com/getsentry/sentry-dart/pull/2536), [#2549](https://github.com/getsentry/sentry-dart/pull/2549), [#2593](https://github.com/getsentry/sentry-dart/pull/2593))
54+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7201)
55+
- [diff](https://github.com/getsentry/sentry-java/compare/7.20.0...7.20.1)
56+
- Bump Cocoa SDK from v8.42.0 to v8.44.0 ([#2542](https://github.com/getsentry/sentry-dart/pull/2542), [#2548](https://github.com/getsentry/sentry-dart/pull/2548), [#2598](https://github.com/getsentry/sentry-dart/pull/2598), [#2649](https://github.com/getsentry/sentry-dart/pull/2649))
1857
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8440)
19-
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.44.0-beta.1...8.44.0)
58+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.42.0...8.44.0)
2059

2160
## 8.13.0-beta.3
2261

0 commit comments

Comments
 (0)