Replies: 1 comment
-
We have no plans to add context to the webhook payload. Our goal is to keep the webhooks lightweight. If you require more context data for webhook errors, you can utilize the API to retrieve the complete error occurrence and its associated context. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
User Story: As a developer I would like to receive the log's contextual information within flare's webhook payload so that the application receiving that webhook can display pertinent information to aid me with debugging.
The Laravel logger allows for contextual information to be added. This information is made available in the flare dashboard within the "context" tab. Would it also be able to output this information within the payload of the webhook notifications?
Beta Was this translation helpful? Give feedback.
All reactions