My webhook shows about 9 events under the logs section of the webhook. Is there a way to show a lot more than that?
No, the limit is fixed at 10. It’s only intended for simple troubleshooting purposes.
You can catch the triggering event and the response by monitoring the event stream, however. Typically this is done using a server-sent-events (SSE) client.
I do this to monitor my events and store them in a database, so I can go back weeks and see what happened.
2 Likes