MCPcopy
hub / github.com/1Password/for-open-source / logErrorAndExit

Method logErrorAndExit

script/aggregator.go:83–86  ·  view source on GitHub ↗
(message string, err error)

Source from the content-addressed store, hash-verified

81}
82
83func (a *Aggregator) logErrorAndExit(message string, err error) {
84 sentry.CaptureException(err)
85 log.Fatalf("Error aggregating data: %s: %s\n", message, err.Error())
86}

Callers 1

AggregateMethod · 0.95

Calls 1

ErrorMethod · 0.80

Tested by

no test coverage detected