MCPcopy Create free account
hub / github.com/anus-dev/ANUS / getCommonAttributes

Function getCommonAttributes

packages/core/src/telemetry/loggers.ts:55–59  ·  view source on GitHub ↗
(config: Config)

Source from the content-addressed store, hash-verified

53 config.getTelemetryLogPromptsEnabled();
54
55function getCommonAttributes(config: Config): LogAttributes {
56 return {
57 'session.id': config.getSessionId(),
58 };
59}
60
61export function logCliConfiguration(
62 config: Config,

Callers 13

logCliConfigurationFunction · 0.70
logUserPromptFunction · 0.70
logToolCallFunction · 0.70
logApiRequestFunction · 0.70
logFlashFallbackFunction · 0.70
logApiErrorFunction · 0.70
logApiResponseFunction · 0.70
logLoopDetectedFunction · 0.70
logNextSpeakerCheckFunction · 0.70
logSlashCommandFunction · 0.70
logIdeConnectionFunction · 0.70
logChatCompressionFunction · 0.70

Calls 1

getSessionIdMethod · 0.80

Tested by

no test coverage detected