You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 16, 2024. It is now read-only.
I think we should definitely include recent logs in error reports. Not only is a stack trace really useful, but logging state variables and including those is fantastic too.
I'll have some code for this ready soon, but what do you guys think?
We could include the 10 most recent logs by default, but you can set that number to anything you want, similar to how TraceKit has configurable number of lines of context (which is undocumented)
I can also include the function name that called log