Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Removed ScopeExtensions class from the public API
  • Loading branch information
jamescrosswell committed Oct 10, 2025
commit 2284241b15a413104493a7f8b2e967f02b8a6f78
2 changes: 1 addition & 1 deletion src/Sentry.AspNetCore/ScopeExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Sentry.AspNetCore;
/// Scope Extensions
/// </summary>
[EditorBrowsable(EditorBrowsableState.Never)]
public static class ScopeExtensions
internal static class ScopeExtensions
{
/// <summary>
/// Populates the scope with the HTTP data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ namespace Sentry.AspNetCore
public static string? TryGetHttpPath(this Sentry.TransactionSamplingContext samplingContext) { }
public static string? TryGetHttpRoute(this Sentry.TransactionSamplingContext samplingContext) { }
}
public static class ScopeExtensions { }
[Microsoft.Extensions.Logging.ProviderAlias("Sentry")]
public class SentryAspNetCoreLoggerProvider : Sentry.Extensions.Logging.SentryLoggerProvider
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ namespace Sentry.AspNetCore
public static string? TryGetHttpPath(this Sentry.TransactionSamplingContext samplingContext) { }
public static string? TryGetHttpRoute(this Sentry.TransactionSamplingContext samplingContext) { }
}
public static class ScopeExtensions { }
[Microsoft.Extensions.Logging.ProviderAlias("Sentry")]
public class SentryAspNetCoreLoggerProvider : Sentry.Extensions.Logging.SentryLoggerProvider
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ namespace Sentry.AspNetCore
public static string? TryGetHttpPath(this Sentry.TransactionSamplingContext samplingContext) { }
public static string? TryGetHttpRoute(this Sentry.TransactionSamplingContext samplingContext) { }
}
public static class ScopeExtensions { }
[Microsoft.Extensions.Logging.ProviderAlias("Sentry")]
public class SentryAspNetCoreLoggerProvider : Sentry.Extensions.Logging.SentryLoggerProvider
{
Expand Down
Loading