mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00:00
Adds Flash Fallback logging and clearcut logging (#3843)
This commit is contained in:
@@ -25,6 +25,7 @@ export {
|
||||
logApiRequest,
|
||||
logApiError,
|
||||
logApiResponse,
|
||||
logFlashFallback,
|
||||
} from './loggers.js';
|
||||
export {
|
||||
StartSessionEvent,
|
||||
@@ -35,6 +36,7 @@ export {
|
||||
ApiErrorEvent,
|
||||
ApiResponseEvent,
|
||||
TelemetryEvent,
|
||||
FlashFallbackEvent,
|
||||
} from './types.js';
|
||||
export { SpanStatusCode, ValueType } from '@opentelemetry/api';
|
||||
export { SemanticAttributes } from '@opentelemetry/semantic-conventions';
|
||||
|
||||
Reference in New Issue
Block a user