|
5 | 5 | ### Features |
6 | 6 |
|
7 | 7 | - Option to disable the SentryNative integration ([#4107](https://github.com/getsentry/sentry-dotnet/pull/4107)) |
| 8 | +- Reintroduced experimental support for Session Replay on Android ([#4097](https://github.com/getsentry/sentry-dotnet/pull/4097)) |
8 | 9 |
|
9 | 10 | ### Fixes |
10 | 11 |
|
| 12 | +- Ensure user exception data is not removed by AspNetCoreExceptionProcessor ([#4016](https://github.com/getsentry/sentry-dotnet/pull/4106)) |
11 | 13 | - Prevent users from disabling AndroidEnableAssemblyCompression which leads to untrappable crash ([#4089](https://github.com/getsentry/sentry-dotnet/pull/4089)) |
| 14 | +- Fixed MSVCRT build warning on Windows ([#4111](https://github.com/getsentry/sentry-dotnet/pull/4111)) |
| 15 | + |
| 16 | +### Features |
| 17 | + |
| 18 | +- If an incoming HTTP request has the `traceparent` header, it is now parsed and interpreted like the `sentry-trace` header. Outgoing requests now contain the `traceparent` header to facilitate integration with servesr that only support the [W3C Trace Context](https://www.w3.org/TR/trace-context/). ([#4084](https://github.com/getsentry/sentry-dotnet/pull/4084)) |
| 19 | + |
| 20 | +### Dependencies |
| 21 | + |
| 22 | +- Bump Cocoa SDK from v8.39.0 to v8.46.0 ([#4103](https://github.com/getsentry/sentry-dotnet/pull/4103)) |
| 23 | + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8460) |
| 24 | + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.39.0...8.46.0) |
| 25 | +- Bump Native SDK from v0.8.3 to v0.8.4 ([#4122](https://github.com/getsentry/sentry-dotnet/pull/4122)) |
| 26 | + - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#084) |
| 27 | + - [diff](https://github.com/getsentry/sentry-native/compare/0.8.3...0.8.4) |
12 | 28 |
|
13 | 29 | ## 5.5.1 |
14 | 30 |
|
|
24 | 40 | - The `IScopeObserver` now has an `SetTrace` that allows observing changes to the scope's trace context. The SDK uses this to propagate the `trace ID` to `sentry-native`. This allows Sentry to connect errors coming from all layers of your application ([#4026](https://github.com/getsentry/sentry-dotnet/pull/4026)) |
25 | 41 | - Exception.HResult is now included in the mechanism data for all exceptions ([#4029](https://github.com/getsentry/sentry-dotnet/pull/4029)) |
26 | 42 |
|
| 43 | +### Dependencies |
| 44 | + |
| 45 | +- Bump Native SDK from v0.8.2 to v0.8.3 [#4072](https://github.com/getsentry/sentry-dotnet/pull/4072)) |
| 46 | + - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#083) |
| 47 | + - [diff](https://github.com/getsentry/sentry-native/compare/0.8.2...0.8.3) |
| 48 | + |
27 | 49 | ### Fixes |
28 | 50 |
|
29 | 51 | - Fixed symbolication and source context for net9.0-android ([#4033](https://github.com/getsentry/sentry-dotnet/pull/4033)) |
|
35 | 57 |
|
36 | 58 | ### Dependencies |
37 | 59 |
|
38 | | -- Bump Native SDK from v0.8.1 to v0.8.2 ([#4050](https://github.com/getsentry/sentry-dotnet/pull/4050)) |
| 60 | +- Bump Native SDK from v0.8.1 to v0.8.2 ([#4050](https://github.com/getsentry/sentry-dotnet/pull/4050) |
39 | 61 | - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#082) |
40 | 62 | - [diff](https://github.com/getsentry/sentry-native/compare/0.8.1...0.8.2) |
41 | 63 | - Bump CLI from v2.42.2 to v2.43.0 ([#4036](https://github.com/getsentry/sentry-dotnet/pull/4036), [#4049](https://github.com/getsentry/sentry-dotnet/pull/4049), [#4060](https://github.com/getsentry/sentry-dotnet/pull/4060), [#4062](https://github.com/getsentry/sentry-dotnet/pull/4062)) |
|
117 | 139 | - .NET on iOS: Add experimental EnableAppHangTrackingV2 configuration flag to the options binding SDK ([#3877](https://github.com/getsentry/sentry-dotnet/pull/3877)) |
118 | 140 | - Added `SentryOptions.DisableSentryHttpMessageHandler`. Useful if you're using `OpenTelemetry.Instrumentation.Http` and ending up with duplicate spans. ([#3879](https://github.com/getsentry/sentry-dotnet/pull/3879)) |
119 | 141 |
|
| 142 | +### Dependencies |
| 143 | + |
| 144 | +- Bump Native SDK from v0.7.17 to v0.7.18 ([#3891](https://github.com/getsentry/sentry-dotnet/pull/3891)) |
| 145 | + - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0718) |
| 146 | + - [diff](https://github.com/getsentry/sentry-native/compare/0.7.17...0.7.18) |
120 | 147 | ### Fixes |
121 | 148 |
|
122 | 149 | - Prevent Native EXC_BAD_ACCESS signal errors from being captured when managed NullRefrenceExceptions occur ([#3909](https://github.com/getsentry/sentry-dotnet/pull/3909)) |
|
0 commit comments