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