setTraceId method

void setTraceId(
  1. String value
)

Implementation

void setTraceId(String value) {
  set('sentry-trace_id', value);
}