You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,10 @@
14
14
- In MAUI Android apps, generate and inject UUID to APK and upload ProGuard mapping to Sentry with the UUID ([#4532](https://github.com/getsentry/sentry-dotnet/pull/4532))
15
15
- Fixed WASM0001 warning when building Blazor WebAssembly projects ([#4519](https://github.com/getsentry/sentry-dotnet/pull/4519))
16
16
17
+
### API Changes
18
+
19
+
- Remove `ExperimentalAttribute` from all _Structured Logs_ APIs, and remove `Experimental` property from `SentrySdk`, but keep `Experimental` property on `SentryOptions` ([#4567](https://github.com/getsentry/sentry-dotnet/pull/4567))
20
+
17
21
### Dependencies
18
22
19
23
- Bump Cocoa SDK from v8.56.0 to v8.56.2 ([#4555](https://github.com/getsentry/sentry-dotnet/pull/4555), [#4572](https://github.com/getsentry/sentry-dotnet/pull/4572))
/// The span id of the span that was active when the log was collected.
75
-
/// <para>This API is experimental and it may change in the future.</para>
76
65
/// </summary>
77
-
[Experimental(DiagnosticId.ExperimentalFeature)]
78
66
publicSpanId?ParentSpanId{get;init;}
79
67
80
68
/// <summary>
81
69
/// Gets the attribute value associated with the specified key.
82
-
/// <para>This API is experimental and it may change in the future.</para>
83
70
/// </summary>
84
71
/// <remarks>
85
72
/// Returns <see langword="true"/> if the <see cref="SentryLog"/> contains an attribute with the specified key and it's value is not <see langword="null"/>.
0 commit comments