I want to obtain the hanging diagnostics for my app.
In order to simulate receiving them I use Debug > Simulate MetricKit Payloads in Xcode (14.0.1, 14A400), but the didReceive(_ payloads: [MXDiagnosticPayload]) method is not invoked. It works for the didReceive(_ payloads: [MXMetricPayload]) method.
Is this a correct behavior? If so, how can I simulate receiving the diagnostic payloads?