Skip to content

Commit 9e6e066

Browse files
Review feedback
1 parent bd7b3d0 commit 9e6e066

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Sentry.AspNetCore.Tests/SentryTracingMiddlewareTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,8 +621,7 @@ public async Task ExceptionThrownAsync_DoesNotCrashKestrel()
621621
var options = new SentryAspNetCoreOptions
622622
{
623623
Dsn = ValidDsn,
624-
TracesSampleRate = 1,
625-
AutoRegisterTracing = false
624+
TracesSampleRate = 1
626625
};
627626

628627
var hub = new Hub(options, sentryClient);

0 commit comments

Comments
 (0)