Skip to content

Commit cf832e9

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

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
@@ -160,7 +160,7 @@ export function sendTelemetryEvent<P extends IEventNamePropertyMapping, E extend
160160
`Telemetry Event : ${eventNameSent} Measures: ${JSON.stringify(measures)} Props: ${JSON.stringify(
161161
customProperties,
162162
)} `,
163-
); // keep due to circular dependencies
163+
); // use console due to circular dependencies with trace calls
164164
}
165165
}
166166

0 commit comments

Comments
 (0)