LaraBug / LaraBug

Laravel error reporting tool
https://www.larabug.com
MIT License
267 stars 58 forks source link

Adding custom data #87

Open rico opened 1 year ago

rico commented 1 year ago

Is it possible to add custom data to the report / exception?

Thanks for this project!

SebastiaanKloos commented 1 year ago

Is it possible to add custom data to the report / exception?

Thanks for this project!

Right now there is not an easy way to add custom data to a report / exception. I'm curious. What's your use case?

rico commented 1 year ago

I have a few cases (usually when interacting with external services), where I catch Exception's but report them with some data needed for context.