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 has been archived by the owner on Jul 14, 2020. It is now read-only.
When there's an error reported by report_error, I think it'd be super useful to include a stack trace with it. That would get logged, but if you are seeing an issue for the first time, it's hard to know where to start looking to see what failed.
I think it'd be possible to use caller for displaying this.
The text was updated successfully, but these errors were encountered:
When there's an error reported by
report_error
, I think it'd be super useful to include a stack trace with it. That would get logged, but if you are seeing an issue for the first time, it's hard to know where to start looking to see what failed.I think it'd be possible to use
caller
for displaying this.The text was updated successfully, but these errors were encountered: