Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move members from ITraceContextInternal to interface ITraceContext #3559

Closed
jamescrosswell opened this issue Aug 25, 2024 · 0 comments
Closed
Assignees
Milestone

Comments

@jamescrosswell
Copy link
Collaborator

/// <summary>
/// Internal interface defining members to be added to the TraceContexts for the next major release
/// (since adding members to interfaces is a breaking change).
/// </summary>
/// <remarks>
/// TODO: Remove this interface in the next major version.
/// </remarks>
internal interface ITraceContextInternal
{
/// <summary>
/// Specifies the origin of the trace. If no origin is set then the trace origin is assumed to be "manual".
/// </summary>
/// <remarks>
/// See https://develop.sentry.dev/sdk/performance/trace-origin/ for more information.
/// </remarks>
string? Origin { get; }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant