ISpectTraceConfig constructor
const
ISpectTraceConfig({})
Implementation
const ISpectTraceConfig({
this.sampleRate,
this.errorSampleRate = 1.0,
this.redact = true,
this.redactKeys = defaultSensitiveKeys,
this.maxValueLength = 500,
this.attachStackOnError = false,
this.slowThreshold,
});