Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
83
func
(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
Aggregate
Method · 0.95
Calls
1
Error
Method · 0.80
Tested by
no test coverage detected