AutoMonitoringConfig constructor

AutoMonitoringConfig({
  1. String? scope,
})

Implementation

AutoMonitoringConfig({
  this.scope,
});