Hi,
The grape events are saved through the "format_response.grape" event.
It appears that some responses from grape never reach this event :
- responses with a
status 204
- The ones rescued and passing through the
error! method
I found no way to distinct these cases using the payload and save the event at a previous notification.
Any idea to catch it in a clean and generic manner ?
I can provide a PR to reproduce these cases if needed