Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ScopeExtensions.Populate should not be public #4352

Copy link
Copy link

Description

@jamescrosswell
Issue body actions

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.

Reactions are currently unavailable

Metadata

Metadata

Labels

.NETPull requests that update .net codePull requests that update .net codeRepository MaintenanceTaskpublic 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
Show more project fields

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

Morty Proxy This is a proxified and sanitized view of the page, visit original site.