We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92d5d83 commit a9101fbCopy full SHA for a9101fb
src/telemetry/telemetry.ts
@@ -213,7 +213,7 @@ export class Telemetry {
213
}
214
215
/**
216
- * Attempts to send events through the provided API client
+ * Attempts to send events through the provided API client.
217
* Events are redacted before being sent to ensure no sensitive data is transmitted
218
*/
219
private async sendEvents(client: ApiClient, events: BaseEvent[]): Promise<EventResult> {
0 commit comments