SentryTraceHeader constructor

SentryTraceHeader(
  1. SentryId traceId,
  2. SpanId spanId, {
  3. bool? sampled,
})

Implementation

SentryTraceHeader(
  this.traceId,
  this.spanId, {
  this.sampled,
});