Skip to content

Commit 0fa676f

Browse files
authored
chore: remove workaround for sentry-dotnet issue #3141 (#85)
* chore: remove workaround for sentry-dotnet issue #3141 * chore: changelog
1 parent deadbb8 commit 0fa676f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Fixes
66

77
- Fix PowerShell 7.5.2+ compatibility for SynchronousTransport ([#105](https://github.com/getsentry/sentry-powershell/pull/105))
8+
- Remove workaround for Dotnet SDK issue causing a hang on process exit - automatic flush should work now. ([#85](https://github.com/getsentry/sentry-powershell/pull/85))
89

910
### Dependencies
1011

modules/Sentry/public/Start-Sentry.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ function Start-Sentry {
6666
}
6767
}
6868
}
69-
70-
# Workaround for https://github.com/getsentry/sentry-dotnet/issues/3141
71-
$options.DisableAppDomainProcessExitFlush()
7269
}
7370
process {
7471
[Sentry.SentrySdk]::init($options) | Out-Null

0 commit comments

Comments
 (0)