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 2021b69 commit fa3d4a6
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 @@ -136,7 +136,7 @@ export function sendTelemetryEvent<P extends IEventNamePropertyMapping, E extend
break;
}
} catch (exception) {
console.error(`Failed to serialize ${prop} for ${String(eventName)}`, exception); // keep due to circular dependencies
console.error(`Failed to serialize ${prop} for ${String(eventName)}`, exception); // use console due to circular dependencies with trace calls
}
});
}
Expand Down

0 comments on commit fa3d4a6

Please sign in to comment.