Adds Flash Fallback logging and clearcut logging (#3843)

This commit is contained in:
uttamkanodia14
2025-07-12 02:40:25 +05:30
committed by GitHub
parent 764809753a
commit 5b5f496436
8 changed files with 93 additions and 1 deletions

View File

@@ -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';