toSentryTrace method
Returns the trace information that could be sent as a sentry-trace header.
Implementation
@override
SentryTraceHeader toSentryTrace() => generateSentryTraceHeader(
traceId: _context.traceId,
spanId: _context.spanId,
sampled: samplingDecision?.sampled,
);