Skip to content

Commit 0f4ce3f

Browse files
Merge Unchanged fixes on changelog. (#1264)
* Merge Unchanged fixes on the changelog.
1 parent 5f910a3 commit 0f4ce3f

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
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))
@@ -15,6 +10,8 @@
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

test/Sentry.DiagnosticSource.Tests/SentrySqlListenerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)