Webhooks need to include additional data. For example, incidents should include a list of affected components.
This is easily doable within the API (since we can refactor the action to dispatch the event) but creating incidents via the dashboard will prematurely fire the IncidentCreated event before the incident components are attached.
Webhooks need to include additional data. For example, incidents should include a list of affected components.
This is easily doable within the API (since we can refactor the action to dispatch the event) but creating incidents via the dashboard will prematurely fire the
IncidentCreatedevent before the incident components are attached.