* Check if any tracing is enabled (either standard enhanced telemetry OR beta tracing)
()
| 146 | * Check if any tracing is enabled (either standard enhanced telemetry OR beta tracing) |
| 147 | */ |
| 148 | function isAnyTracingEnabled(): boolean { |
| 149 | return isEnhancedTelemetryEnabled() || isBetaTracingEnabled() |
| 150 | } |
| 151 | |
| 152 | function getTracer() { |
| 153 | return trace.getTracer('com.anthropic.claude_code.tracing', '1.0.0') |
no test coverage detected