File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
test/Sentry.DiagnosticSource.Tests Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5- ### Fixes
6-
7- - Avoid replacing Transaction Name on ASP.NET Core by null or empty ([ #1215 ] ( https://github.com/getsentry/sentry-dotnet/pull/1215 ) )
8- - Ignore DiagnosticSource Integration if no Sampling available ([ #1238 ] ( https://github.com/getsentry/sentry-dotnet/pull/1238 ) )
9-
105### Features
116
127- Add additional primitive values as tags on SentryLogger ([ #1246 ] ( https://github.com/getsentry/sentry-dotnet/pull/1246 ) )
1510
1611- Events are now sent on Google Gloud Functions Integration ([ #1249 ] ( https://github.com/getsentry/sentry-dotnet/pull/1249 ) )
1712- Cache envelope headers ([ #1242 ] ( https://github.com/getsentry/sentry-dotnet/pull/1242 ) )
13+ - Avoid replacing Transaction Name on ASP.NET Core by null or empty ([ #1215 ] ( https://github.com/getsentry/sentry-dotnet/pull/1215 ) )
14+ - Ignore DiagnosticSource Integration if no Sampling available ([ #1238 ] ( https://github.com/getsentry/sentry-dotnet/pull/1238 ) )
1815
1916## 3.9.4
2017
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ public Fixture()
122122 Debug = true ,
123123 DiagnosticLogger = Logger ,
124124 DiagnosticLevel = SentryLevel . Debug ,
125- TracesSampleRate = 1.0 ,
125+ TracesSampleRate = 1 ,
126126 } ;
127127 Tracer = new TransactionTracer ( Hub , "foo" , "bar" )
128128 {
You can’t perform that action at this time.
0 commit comments