repository-sync
repository-sync copied to clipboard
Include a stack trace in `report_error`
trafficstars
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.