TracingContext constructor

const TracingContext(
  1. TracingId traceId,
  2. TracingId spanId,
  3. TracingId? parentSpanId,
  4. String? rumSessionId,
  5. String? userId,
  6. String? accountId,
  7. bool sampled,
)

Implementation

const TracingContext(
  this.traceId,
  this.spanId,
  this.parentSpanId,
  this.rumSessionId,
  this.userId,
  this.accountId,
  this.sampled,
);