Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/1Password/for-open-source
/ logErrorAndExit
Method
logErrorAndExit
script/reviewer.go:138–141 ·
view source on GitHub ↗
(message string, err error)
Source
from the content-addressed store, hash-verified
136
}
137
138
func
(r *Reviewer) logErrorAndExit(message string, err error) {
139
sentry.CaptureException(err)
140
log.Fatalf(
"Error reviewing issue: %s: %s\n"
, message, err.Error())
141
}
Callers
2
Review
Method · 0.95
updateLabels
Method · 0.95
Calls
1
Error
Method · 0.80
Tested by
no test coverage detected