# Functions
PanicHandler returns a http.Handler that will recover any panics and report them as request errors.
# Structs
AirbrakeReporter is an ErrorReporter for the Airbrake service (airbrake.io).
LogReporter is an ErrorReporter that prints to the log (likely STDOUT).
SentryReporter is an ErrorReporter for the Sentry service (sentry.io).
# Interfaces
ErrorReporter is a thing that exports details about errors and panics to another service.