Tag: sentry
All the articles with the tag "sentry".
Detecting blocking calls using async in C#
Published: at 03:51 PMEven when you know that blocking calls in async code should be avoided, how can you be sure there aren't any blocking calls in your application? Can you trust all of your NuGet dependencies? 🫣