We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ScopeExtensions.Populate is currently public.
ScopeExtensions.Populate
sentry-dotnet/src/Sentry.AspNetCore/ScopeExtensions.cs
Line 25 in 4a764c9
We call this from the SentryMiddleware:
sentry-dotnet/src/Sentry.AspNetCore/SentryMiddleware.cs
Line 258 in 6e50eaa
However SDK users shouldn't need to call this so it should be internal.
Breaking changes so let's do it in the next major release.
ScopeExtensions.Populateis currently public.sentry-dotnet/src/Sentry.AspNetCore/ScopeExtensions.cs
Line 25 in 4a764c9
We call this from the SentryMiddleware:
sentry-dotnet/src/Sentry.AspNetCore/SentryMiddleware.cs
Line 258 in 6e50eaa
However SDK users shouldn't need to call this so it should be internal.
Breaking changes so let's do it in the next major release.