Skip to content
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

Ignore UnobservedTaskException QUIC exceptions #2894

Merged
merged 3 commits into from Nov 23, 2023
Merged

Conversation

lif0
Copy link
Contributor

@lif0 lif0 commented Nov 23, 2023

System.Net.Quick is leaking

See: dotnet/runtime#80111

Purpose of Changes

I make a lot of requests using HttpClient in my console application. This generates an UnobservedTaskException exceptions in Sentry because the System.Net.Quick is leaking.

It seemed like a good idea to ignore these errors until they are fixed in the next version of net

Screenshot

image

@bruno-garcia
Copy link
Member

@lif0

could u please just add a changelog entry:

## Unreleased

- Ignore UnobservedTaskException for QUIC exceptions. See: https://github.com/dotnet/runtime/issues/80111 ([#2894](https://github.com/getsentry/sentry-dotnet/pull/2894))

@lif0
Copy link
Contributor Author

lif0 commented Nov 23, 2023

@lif0

could u please just add a changelog entry:

## Unreleased

- Ignore UnobservedTaskException for QUIC exceptions. See: https://github.com/dotnet/runtime/issues/80111 ([#2894](https://github.com/getsentry/sentry-dotnet/pull/2894))

yes, of course

@bruno-garcia bruno-garcia merged commit 16f1d8c into getsentry:main Nov 23, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants