We have set up a generic error handler for one of our customers.
This writes the errors into their CRM via an api.
It would be really useful to be able to pick up on the url in http / api call responses so it can be used in the generic error handling methods etc.
At the moment we have to edit each copy of the error handler method to update the url being passed to the error handling webhook.
In a perfect world this could also be combined with being able to call modules from multiple sources