sentry-dotnet
sentry-dotnet copied to clipboard
Improve docs for MEL integration
We got a fairly reasonable question about how to supply additional information via the MEL integration:
- https://github.com/getsentry/sentry-dotnet/issues/3078#issuecomment-1907558686_
Currently our docs don't mention how Logger State (set via ILogger<T>.BeginScope) can be used to pass information to Sentry... we should probably add a bit of a blurb on this.