clockwork
clockwork copied to clipboard
Show listeners in events data source
I'm creating an events datasource and it works but I would like to display the listeners associated to the fired events. The listeners are stored correctly in the json:
"events": [
{
"event": "after::api.v1.sub-dossiers.create",
"time": 1708329329.375426,
"listeners": [
"App\\Api\\V1\\DemandeDeComplement\\Event\\CreateValidationListEvent::onDispatch",
"Closure (\/var\/www\/html\/src\/Signing\/src\/Event\/CreateDossierAttributeInPaperFormat.php:26-83)"
]
}
]
This is what I see: