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
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
9
9
### Fixes
10
10
11
+
- User Feedback now correctly contains `Environment` and `Release` ([#4883](https://github.com/getsentry/sentry-dotnet/pull/4883))
11
12
- Allow Sentry failures from the Sentry CLI when SENTRY_ALLOW_FAILURE is set ([#4852](https://github.com/getsentry/sentry-dotnet/pull/4852))
12
13
- The SDK now logs a specific error message when envelopes are rejected due to size limits (HTTP 413) ([#4863](https://github.com/getsentry/sentry-dotnet/pull/4863))
13
14
- Fixed thread-safety issue on Android when multiple events are captured concurrently ([#4814](https://github.com/getsentry/sentry-dotnet/pull/4814))
@@ -1271,7 +1272,6 @@ If you have compilation errors you can find the affected types or overloads miss
1271
1272
- The `WithScope` and `WithScopeAsync` methods have been removed. We have discovered that these methods didn't work correctly in certain desktop contexts, especially when using a global scope. ([#2717](https://github.com/getsentry/sentry-dotnet/pull/2717))
1272
1273
1273
1274
Replace your usage of `WithScope` with overloads of `Capture*` methods:
@@ -1670,18 +1670,15 @@ There are some functional differences when publishing Native AOT:
1670
1670
### Features
1671
1671
1672
1672
- Azure Functions (Isolated Worker/Out-of-Process) support ([#2346](https://github.com/getsentry/sentry-dotnet/pull/2346))
1673
-
1674
1673
- Initial `beta.1` release. Please give it a try and let us know how it goes!
1675
1674
- Documentation is TBD. For now, see `/samples/Sentry.Samples.Azure.Functions.Worker`.
1676
1675
1677
1676
- Add `Hint` support ([#2351](https://github.com/getsentry/sentry-dotnet/pull/2351))
1678
-
1679
1677
- Currently, this allows you to manipulate attachments in the various "before" event delegates.
1680
1678
- Hints can also be used in event and transaction processors by implementing `ISentryEventProcessorWithHint` or `ISentryTransactionProcessorWithHint`, instead of `ISentryEventProcessor` or `ISentryTransactionProcessor`.
1681
1679
- Note: Obsoletes the `BeforeSend`, `BeforeSendTransaction`, and `BeforeBreadcrumb` properties on the `SentryOptions` class. They have been replaced with `SetBeforeSend`, `SetBeforeSendTransaction`, and `SetBeforeBreadcrumb` respectively. Each one provides overloads both with and without a `Hint` object.
1682
1680
1683
1681
- Allow setting the active span on the scope ([#2364](https://github.com/getsentry/sentry-dotnet/pull/2364))
1684
-
1685
1682
- Note: Obsoletes the `Scope.GetSpan` method in favor of a `Scope.Span` property (which now has a setter as well).
1686
1683
1687
1684
- Remove authority from URLs sent to Sentry ([#2365](https://github.com/getsentry/sentry-dotnet/pull/2365))
@@ -1690,7 +1687,6 @@ There are some functional differences when publishing Native AOT:
1690
1687
### Fixes
1691
1688
1692
1689
- Fix `EnableTracing` option conflict with `TracesSampleRate` ([#2368](https://github.com/getsentry/sentry-dotnet/pull/2368))
1693
-
1694
1690
- NOTE: This is a potentially breaking change, as the `TracesSampleRate` property has been made nullable.
1695
1691
Though extremely uncommon, if you are _retrieving_ the `TracesSampleRate` property for some reason, you will need to account for nulls.
1696
1692
However, there is no change to the behavior or _typical_ usage of either of these properties.
@@ -1766,12 +1762,10 @@ There are some functional differences when publishing Native AOT:
1766
1762
### Dependencies
1767
1763
1768
1764
- Bump Cocoa SDK from v8.3.0 to v8.4.0 ([#2237](https://github.com/getsentry/sentry-dotnet/pull/2237), [#2248](https://github.com/getsentry/sentry-dotnet/pull/2248), [#2251](https://github.com/getsentry/sentry-dotnet/pull/2251), [#2285](https://github.com/getsentry/sentry-dotnet/pull/2285))
0 commit comments