-
Notifications
You must be signed in to change notification settings - Fork 268
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
Error logging: Collect more context #1152
Comments
Relevant tool proposal |
The best I could find is a non-standard deprecated API that works only in Chrome. |
@adamziel this goes back to the start of this project. Currently, we only collect PHP and WASM crash errors. |
@adamziel and I discussed this today and want to replace console.... calls with logger.. calls. |
Fixes #1152 ## What is this PR doing? It adds environment context data and the blueprint to crash reports. ## What problem is it solving? This should help us debug crash reports. ## How is the problem addressed? By adding more data to the crash report. ## Testing Instructions - Add debug code (see [code removed in this commit ](653735a)) - Open Playground locally - When the error report modal opens, add a description and click submit - In the browse console see the context data --------- Co-authored-by: Adam Zielinski <adam@adamziel.com>
This recent report doesn't provide enough information to reproduce or reason about it"
Let's also collect:
This would make it easier to reason about the incoming issues.
The text was updated successfully, but these errors were encountered: