Save the path in a crash

This commit is contained in:
2019-11-04 17:08:47 +09:00
parent 60c0baa9ab
commit 2a2c7bbc2f
3 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,7 @@ func Recover(next aero.Handler) aero.Handler {
crash := &arn.Crash{
Error: err.Error(),
Stack: stackString,
Path: ctx.Path(),
}
crash.ID = arn.GenerateID("Crash")