Skip to content

Commit

Permalink
Update src/client/telemetry/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
  • Loading branch information
eleanorjboyd and Tyriar authored Dec 17, 2024
1 parent fa3d4a6 commit cf832e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/telemetry/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export function sendTelemetryEvent<P extends IEventNamePropertyMapping, E extend
`Telemetry Event : ${eventNameSent} Measures: ${JSON.stringify(measures)} Props: ${JSON.stringify(
customProperties,
)} `,
); // keep due to circular dependencies
); // use console due to circular dependencies with trace calls
}
}

Expand Down

0 comments on commit cf832e9

Please sign in to comment.