-
-
Notifications
You must be signed in to change notification settings - Fork 226
Closed
Labels
.NETPull requests that update .net codePull requests that update .net codeRepository Maintenancepublic APIAdditions/modifications to, or removals from, the public API surface area.Additions/modifications to, or removals from, the public API surface area.
Milestone
Description
ScopeExtensions.Populate is currently public.
| public static void Populate(this Scope scope, HttpContext context, SentryAspNetCoreOptions options) |
We call this from the SentryMiddleware:
| scope.Populate(context, _options); |
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.
Flash0ver
Metadata
Metadata
Assignees
Labels
.NETPull requests that update .net codePull requests that update .net codeRepository Maintenancepublic APIAdditions/modifications to, or removals from, the public API surface area.Additions/modifications to, or removals from, the public API surface area.
Projects
Status
Done