MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / Sentry

Struct Sentry

pkg/log/middleware/sentry/sentry.go:28–28  ·  view source on GitHub ↗

Sentry is a log.Handler that sends errors to Sentry.

Source from the content-addressed store, hash-verified

26
27// Sentry is a log.Handler that sends errors to Sentry.
28type Sentry struct{}
29
30// New creates a new Sentry log middleware.
31func New() log.Middleware {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected