Add custom context to ignition #121
cbaconnier
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently we can add a context to an exception and it's being reported to flare
On flareapp:
I find this extremely useful, especially when working with an external api. I can report information about what was sent and what was returned helping me understand what happened.
The downside of this is that the context is only shown on flareapp.io but not on ignition. I have to add additional log to the laravel log file for development purpose.
It would be nice have
generic context
under the currentcontext
in laravel-ignition when flare as a context.I'm thinking of something like this
Beta Was this translation helpful? Give feedback.
All reactions