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
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,10 @@
4
4
5
5
### Features
6
6
7
-
- Remove authority from URLs sent to Sentry ([#2365](https://github.com/getsentry/sentry-dotnet/pull/2365))
7
+
- Azure Functions (Isolated Worker/Out-of-Process) support ([#2346](https://github.com/getsentry/sentry-dotnet/pull/2346))
8
+
- Initial `beta.1` release. Please give it a try and let us know how it goes!
9
+
- Documentation is TBD. For now, see `/samples/Sentry.Samples.AzureFunctions.Worker`.
10
+
8
11
- Add `Hint` support ([#2351](https://github.com/getsentry/sentry-dotnet/pull/2351))
9
12
- Currently, this allows you to manipulate attachments in the various "before" event delegates.
10
13
- Hints can also be used in event and transaction processors by implementing `ISentryEventProcessorWithHint` or `ISentryTransactionProcessorWithHint`, instead of `ISentryEventProcessor` or `ISentryTransactionProcessor`.
@@ -13,14 +16,16 @@
13
16
- Allow setting the active span on the scope ([#2364](https://github.com/getsentry/sentry-dotnet/pull/2364))
14
17
- Note: Obsoletes the `Scope.GetSpan` method in favor of a `Scope.Span` property (which now has a setter as well).
15
18
19
+
- Remove authority from URLs sent to Sentry ([#2365](https://github.com/getsentry/sentry-dotnet/pull/2365))
16
20
- Add tag filters to `SentryOptions` ([#2367](https://github.com/getsentry/sentry-dotnet/pull/2367))
17
21
18
22
### Fixes
19
23
20
24
- Fix `EnableTracing` option conflict with `TracesSampleRate` ([#2368](https://github.com/getsentry/sentry-dotnet/pull/2368))
21
-
- NOTE: This is a potentially breaking change, as the `TracesSampleRate` property has been made nullable.
22
-
Though extremely uncommon, if you are _retrieving_ the `TracesSampleRate` property for some reason, you will need to account for nulls.
23
-
However, there is no change to the behavior or _typical_ usage of either of these properties.
25
+
- NOTE: This is a potentially breaking change, as the `TracesSampleRate` property has been made nullable.
26
+
Though extremely uncommon, if you are _retrieving_ the `TracesSampleRate` property for some reason, you will need to account for nulls.
27
+
However, there is no change to the behavior or _typical_ usage of either of these properties.
28
+
24
29
- CachedTransport gracefully handles malformed envelopes during processing ([#2371](https://github.com/getsentry/sentry-dotnet/pull/2371))
0 commit comments