InstrumentationsConfig constructor

const InstrumentationsConfig({
  1. bool errors = true,
  2. bool http = false,
  3. bool jankDetection = false,
})

Implementation

const InstrumentationsConfig({
  this.errors = true,
  this.http = false,
  this.jankDetection = false,
});