sentry-dotnet
sentry-dotnet copied to clipboard
Consolidate usage of Scope and Contexts for all Logging-Integrations
Description
E.g. Sentry.Hangfire does not set/read Scope.Sdk.
Consolidate usages of getting all Contexts via Scope for all Logging-Integrations.
This can be done together (shortly before or shortly after) with Scope-Attributes.
See also changes in #4784.