func pauseReports()

in Sources/apm-agent-ios/Instrumentation/AppMetrics/AppMetrics.swift [58:61]


  func pauseReports() {
    let shared = MXMetricManager.shared
    shared.remove(self)
  }