You may want to visualize specific events in your Monitoring timeline to check the impact of an action, like a deployment.
It is possible to mark events in the Monitoring timeline using the following curl command:
or Sign Up to display your Blackfire's credentials.
curl https://apm.blackfire.io/api/v1/events \ --user "<YOUR_BLACKFIRE_SERVER_ID>:<YOUR_BLACKFIRE_SERVER_TOKEN>" \ -H 'Content-type: application/json' \ -H 'Accept: application/json' \ -d '{"name": "Name of the event"}'