-
-
Notifications
You must be signed in to change notification settings - Fork 84
Improve webhook event data #279
Copy link
Copy link
Open
Labels
filamentIssues that relate to the Filament dashboardIssues that relate to the Filament dashboard
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
filamentIssues that relate to the Filament dashboardIssues that relate to the Filament dashboard
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.