Closed
Description
Description
ATM, when an exception is thrown, we display only the message.
But, much more information can be embedded in the exception class.
It's possible to get theses informations via the profiler > logs > errors > context > expand.
It needs 3 click to be able to get them.
I think I would be much more convenient to display all theses information right away on the exception page.
Example
Before:
And with a click in the toolbar > context > expand
After:
⚠️ I made a very quick and dirty POC to see if it's doable and easy- The "exception data" text is a toggle, off by default
so the question is: Should I open a PR to ship that in SF? (of course, with a better code and look and feel 😂)