Sentry is a log.Handler that sends errors to Sentry.
| 26 | |
| 27 | // Sentry is a log.Handler that sends errors to Sentry. |
| 28 | type Sentry struct{} |
| 29 | |
| 30 | // New creates a new Sentry log middleware. |
| 31 | func New() log.Middleware { |
nothing calls this directly
no outgoing calls
no test coverage detected