Skip to content

Remove deprecated traceHeaders method on IHub / IScopes #3365

Closed
@adinauer

Description

@adinauer

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.

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions