Skip to content

Commit fa3d4a6

Browse files
eleanorjboydTyriar
andauthored
Update src/client/telemetry/index.ts
Co-authored-by: Daniel Imms <[email protected]>
1 parent 2021b69 commit fa3d4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/telemetry/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export function sendTelemetryEvent<P extends IEventNamePropertyMapping, E extend
136136
break;
137137
}
138138
} catch (exception) {
139-
console.error(`Failed to serialize ${prop} for ${String(eventName)}`, exception); // keep due to circular dependencies
139+
console.error(`Failed to serialize ${prop} for ${String(eventName)}`, exception); // use console due to circular dependencies with trace calls
140140
}
141141
});
142142
}

0 commit comments

Comments
 (0)