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

Remove deprecated traceHeaders method on IHub / IScopes #3365

Open
adinauer opened this issue Apr 16, 2024 · 0 comments
Open

Remove deprecated traceHeaders method on IHub / IScopes #3365

adinauer opened this issue Apr 16, 2024 · 0 comments
Milestone

Comments

@adinauer
Copy link
Member

Description

Should be removed in a major.

See

/**
* Returns the "sentry-trace" header that allows tracing across services. Can also be used in
* <meta> HTML tags. Also see {@link IHub#getBaggage()}.
*
* @deprecated please use {@link IHub#getTraceparent()} instead.
* @return sentry trace header or null
*/
@Deprecated
@Nullable
SentryTraceHeader traceHeaders();

Has been moved to IScopes for 8.x.x.

@adinauer adinauer added this to the 8.0.0 milestone Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Needs Discussion
Development

No branches or pull requests

1 participant