Skip to content

Commit 4b8222f

Browse files
committed
chore: remove workaround for sentry-dotnet issue #3141
1 parent 49f4f1d commit 4b8222f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/Sentry/public/Start-Sentry.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ function Start-Sentry
7676
$logger.Log([Sentry.SentryLevel]::Warning, 'Failed to create a PowerShell-specific synchronous worker', $_.Exception, @())
7777
}
7878
}
79-
80-
# Workaround for https://github.com/getsentry/sentry-dotnet/issues/3141
81-
$options.DisableAppDomainProcessExitFlush()
8279
}
8380
process
8481
{

0 commit comments

Comments
 (0)