SentryTraceContextHeader constructor

SentryTraceContextHeader(
  1. SentryId traceId,
  2. String publicKey, {
  3. String? release,
  4. String? environment,
  5. String? userId,
  6. String? userSegment,
  7. String? transaction,
  8. String? sampleRate,
  9. String? sampled,
})

Implementation

SentryTraceContextHeader(
  this.traceId,
  this.publicKey, {
  this.release,
  this.environment,
  this.userId,
  this.userSegment,
  this.transaction,
  this.sampleRate,
  this.sampled,
});