MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / emitConfigWarningMetric

Function emitConfigWarningMetric

src/utils/tool-registry.ts:196–202  ·  view source on GitHub ↗
(kind: 'unknown_workflow' | 'invalid_custom_workflow')

Source from the content-addressed store, hash-verified

194}
195
196function emitConfigWarningMetric(kind: 'unknown_workflow' | 'invalid_custom_workflow'): void {
197 recordInternalErrorMetric({
198 component: 'config/workflow-selection',
199 runtime: 'mcp',
200 errorKind: kind,
201 });
202}
203
204function snapshotRuntimeRegistration(): RuntimeToolInfo {
205 return {

Callers 1

resolveSelectedWorkflowsFunction · 0.85

Calls 1

Tested by

no test coverage detected