# Structs
LogReporter is an ErrorReporter that prints to a log (currently 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.