MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / reporter

Struct reporter

errorreport/sentry/sentry.go:17–19  ·  view source on GitHub ↗

reporter is a Sentry error reporter

Source from the content-addressed store, hash-verified

15
16// reporter is a Sentry error reporter
17type reporter struct {
18 hub *sentry.Hub
19}
20
21// New creates and configures a new Sentry reporter
22func New(config *Config) (*reporter, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected