Log all session metadata (#6423)

This commit is contained in:
owenofbrien
2025-08-19 15:06:00 -05:00
committed by GitHub
parent b9cf1ea3ce
commit b561d3bbed
6 changed files with 108 additions and 112 deletions

View File

@@ -175,7 +175,7 @@ export function logFlashFallback(
config: Config,
event: FlashFallbackEvent,
): void {
ClearcutLogger.getInstance(config)?.logFlashFallbackEvent(event);
ClearcutLogger.getInstance(config)?.logFlashFallbackEvent();
if (!isTelemetrySdkInitialized()) return;
const attributes: LogAttributes = {