Skip to content
This repository has been archived by the owner on Dec 31, 2021. It is now read-only.

pengweiqhca/Sentry.AsyncStackTrace

Repository files navigation

Sentry 3.0 has integrated Ben.Demystifier.

Use Ben.Demystifier extension which improves the readability of async stack traces.

How To Use

SentryOptions o = .....;

o.UseAsyncStackTraceFactory();

Asp.net Core can use this way

services.AddTransient<ISentryStackTraceFactory, AsyncStackTraceFactory>();

AsyncStackTrace compare

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages