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

Method Report

errorreport/errorreport.go:18–18  ·  view source on GitHub ↗
(err errctx.Error, req *http.Request, meta map[string]any)

Source from the content-addressed store, hash-verified

16// most of our reporters are singletons, so in most cases close is noop.
17type reporter interface {
18 Report(err errctx.Error, req *http.Request, meta map[string]any)
19 Close()
20}
21

Callers 4

ReportMethod · 0.65
handleDownloadErrorMethod · 0.65
getFallbackImageMethod · 0.65
WithReportErrorMethod · 0.65

Implementers 5

Reportererrorreport/errorreport.go
reportererrorreport/sentry/sentry.go
reportererrorreport/honeybadger/honeybadger.go
reportererrorreport/bugsnag/bugsnag.go
reportererrorreport/airbrake/airbrake.go

Calls

no outgoing calls

Tested by

no test coverage detected