-
-
Notifications
You must be signed in to change notification settings - Fork 2
chore: remove workaround for sentry-dotnet issue #3141 #85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
4b8222f
to
9a1d9ba
Compare
@@ -2,6 +2,10 @@ | |||
|
|||
## Unreleased | |||
|
|||
### Fixes | |||
|
|||
- 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)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion: Swap the two parts of the note so that the actual fix/improvement comes first.
e.g.
- 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)) | |
- Automatic flush by removing workaround for Dotnet SDK issue causing a hang on process exit. ([#85](https://github.com/getsentry/sentry-powershell/pull/85)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes I'm aware, I didn't merge this because I'm not convinced about the changelog item being true and wanted to test it. I may just remove it though as it's not a big deal. I'll see if I can get to this soonish |
Should be fixed now by getsentry/sentry-dotnet#4323
We need to wait for a release to nuget in order to verify.