|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## Unreleased |
| 3 | +## 6.11.1 |
| 4 | + |
| 5 | +### Fixes |
| 6 | + |
| 7 | +- Align span spec for serialize ops ([#1024](https://github.com/getsentry/sentry-dart/pull/1024)) |
| 8 | +- Pin sentry version ([#1020](https://github.com/getsentry/sentry-dart/pull/1020)) |
| 9 | + |
| 10 | +### Features |
| 11 | + |
| 12 | +- Bump Cocoa SDK from v7.25.1 to v7.26.0 ([#1023](https://github.com/getsentry/sentry-dart/pull/1023)) |
| 13 | + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7260) |
| 14 | + - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.25.1...7.26.0) |
| 15 | + |
| 16 | +## 6.11.0 |
| 17 | + |
| 18 | +### Fixes |
| 19 | + |
| 20 | +- Scope cloning method was not setting the user ([#1013](https://github.com/getsentry/sentry-dart/pull/1013)) |
| 21 | + |
| 22 | +### Features |
| 23 | + |
| 24 | +- Dynamic sampling ([#1004](https://github.com/getsentry/sentry-dart/pull/1004)) |
| 25 | +- Set custom measurements on transactions ([#1011](https://github.com/getsentry/sentry-dart/pull/1011)) |
| 26 | + |
| 27 | +## 6.10.0 |
4 | 28 |
|
5 | 29 | ### Fixes |
6 | 30 |
|
7 | 31 | - Capture Callback Exceptions ([#990](https://github.com/getsentry/sentry-dart/pull/990)) |
| 32 | +- Allow routeNameExtractor to set transaction names ([#1005](https://github.com/getsentry/sentry-dart/pull/1005)) |
8 | 33 |
|
9 | 34 | ### Features |
10 | 35 |
|
11 | 36 | - Prepare future support for iOS and macOS obfuscated app symbolication using dSYM (requires Flutter `master` channel) ([#823](https://github.com/getsentry/sentry-dart/pull/823)) |
12 | | -- Bump Android SDK from v6.3.1 to v6.4.1 ([#989](https://github.com/getsentry/sentry-dart/pull/989)) |
13 | | - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#641) |
14 | | - - [diff](https://github.com/getsentry/sentry-java/compare/6.3.1...6.4.1) |
15 | | -- Bump Cocoa SDK from v7.23.0 to v7.25.0 ([#993](https://github.com/getsentry/sentry-dart/pull/993), [#996](https://github.com/getsentry/sentry-dart/pull/996), [#1000](https://github.com/getsentry/sentry-dart/pull/1000)) |
16 | | - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7250) |
17 | | - - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.23.0...7.25.0) |
| 37 | +- Bump Android SDK from v6.3.1 to v6.4.2 ([#989](https://github.com/getsentry/sentry-dart/pull/989), [#1009](https://github.com/getsentry/sentry-dart/pull/1009)) |
| 38 | + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#642) |
| 39 | + - [diff](https://github.com/getsentry/sentry-java/compare/6.3.1...6.4.2) |
| 40 | +- Bump Cocoa SDK from v7.23.0 to v7.25.1 ([#993](https://github.com/getsentry/sentry-dart/pull/993), [#996](https://github.com/getsentry/sentry-dart/pull/996), [#1000](https://github.com/getsentry/sentry-dart/pull/1000), [#1007](https://github.com/getsentry/sentry-dart/pull/1007)) |
| 41 | + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7251) |
| 42 | + - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.23.0...7.25.1) |
| 43 | +- Dynamic sampling ([#1004](https://github.com/getsentry/sentry-dart/pull/1004)) |
18 | 44 |
|
19 | 45 | ## 6.9.1 |
20 | 46 |
|
|
0 commit comments