serilog / serilog-sinks-async

An asynchronous wrapper for Serilog sinks that logs on a background thread
Apache License 2.0
231 stars 30 forks source link

Add Sentry to note of async Sinks. #47

Closed bruno-garcia closed 5 years ago

bruno-garcia commented 5 years ago

Hopes to clarify issues like: getsentry/sentry-dotnet#241

nblumhardt commented 5 years ago

Thanks for the PR. Since there are dozens of sinks that implement asynchronous batching, this can't evolve into a comprehensive list; perhaps adding some documentation about the Sentry.Serilog package to https://github.com/getsentry/sentry-dotnet#net-sdk-for-sentry, including info about async behavior, would be a better pattern for us to use?

bruno-garcia commented 5 years ago

Makes sense. Thabks for your answer.