-
-
Notifications
You must be signed in to change notification settings - Fork 604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A way to add extra information #711
Comments
which kind of information in which form? just a wall of text? |
you might add per Frame comments https://github.com/filp/whoops/blob/master/docs/API%20Documentation.md#-whoopsexceptionframe or even add to the data-table (like you suggested) https://github.com/filp/whoops/blob/master/docs/API%20Documentation.md#-whoopshandlerprettypagehandler |
Thanks! Easily done by: $handler = new \Whoops\Handler\PrettyPageHandler;
$handler->addDataTable('userInfo',['hello'=>'hi']); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi I searched through the issues but couldn't find about this, what if for example we would like to show user information along side the other sections is that possible and how?
The text was updated successfully, but these errors were encountered: