You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For me it currently looks the DataCollector for the notifier component is not registered?
How to reproduce
$client->enableProfiler();
$client->request('POST', '/api/...');
$profile = $client->getProfile();
$profile->getCollector('notifier'); // there seems not exist any data collector for notifier component?