Skip to content

Commit 68bb4fd

Browse files
committed
Remove double call to dispose
1 parent 9ae1589 commit 68bb4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/Sentry.Samples.AspNetCore.Blazor.Server/Services/BlazorSentryIntegration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public Task StartAsync(CancellationToken cancellationToken)
5454

5555
public Task StopAsync(CancellationToken cancellationToken)
5656
{
57-
Dispose();
57+
_logger.LogInformation("Blazor Sentry activity listener stopping");
5858
return Task.CompletedTask;
5959
}
6060

0 commit comments

Comments
 (0)