Add trace automatically when send_log_calls_to_ray = true #158
marnickmenting
started this conversation in
Ideas
Replies: 1 comment
-
We're currently working on displaying exceptions much nicer. We'll probably add this next week. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now Ray logs the errors from Laravel in Ray. That is great. But it would be more helpful to directly see the trace. Now it always references the Hander.php class, which is not very useful, so I need to find the error in the laravel.log file anyway.
I know you can do ray()->trace() but that is intentional, I would like to have it by default on all errors.
Beta Was this translation helpful? Give feedback.
All reactions