Using Sentry to detect blocking calls in async code #3311
jamescrosswell
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've just published a blog post describing how you can detect blocking calls (which can cause ThreadPool starvation and deadlocks):
The last 3rd of the post talks about how we've improved this for use in the .NET SDK for Sentry.
There's also a new section in the ASP.NET Core docs describing how you can enable and use this:
Comments and questions welcome!
Beta Was this translation helpful? Give feedback.
All reactions