pastDiagnosticPayloads
The diagnostic reports since the last initialization of the shared manager instance.
Declaration
var pastDiagnosticPayloads: [MXDiagnosticPayload] { get }Discussion
You can access this property after you register your first subscriber using add(_:) and receive at least one MXMetricManagerSubscriber callback.
This property only reflects diagnostic reports from the current session and lifetime of the MXMetricManager instance. It doesn’t include diagnostics from previous app instances.