reporter is a Sentry error reporter
| 15 | |
| 16 | // reporter is a Sentry error reporter |
| 17 | type reporter struct { |
| 18 | hub *sentry.Hub |
| 19 | } |
| 20 | |
| 21 | // New creates and configures a new Sentry reporter |
| 22 | func New(config *Config) (*reporter, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected