---
title: pastDiagnosticPayloads
framework: metrickit
role: symbol
role_heading: Instance Property
path: metrickit/mxmetricmanager/pastdiagnosticpayloads
---

# pastDiagnosticPayloads

The diagnostic reports since the last initialization of the shared manager instance.

## Declaration

```swift
var pastDiagnosticPayloads: [MXDiagnosticPayload] { get }
```

## Discussion

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.

## See Also

### Retrieving previous reports

- [pastPayloads](metrickit/mxmetricmanager/pastpayloads.md)
