Previously the RecoveryHandler would catch panics and log them to Sentry, but
not log any information about the error to stderr, making it more difficult to
debug than an ordinary panic. Instead, print a pseudo-panic header to stderr
before printing the stack trace.
Stderr printed by the RecoveryHandler on a panic now looks like this:
Previously the RecoveryHandler would catch panics and log them to Sentry, but not log any information about the error to stderr, making it more difficult to debug than an ordinary panic. Instead, print a pseudo-panic header to stderr before printing the stack trace.
Stderr printed by the RecoveryHandler on a panic now looks like this:
Fixes #109.