mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-26 13:19:42 +00:00
Also send editTelemetry.reportEditArc after 60 seconds. (#256319)
This commit is contained in:
committed by
GitHub
parent
951c66ba56
commit
71d320f7f2
@@ -115,7 +115,7 @@ export class ChatArcTelemetrySender extends Disposable {
|
||||
const data = edit.replacements[0].data.editReason;
|
||||
|
||||
const docWithJustReason = createDocWithJustReason(docWithAnnotatedEdits, this._store);
|
||||
const reporter = this._instantiationService.createInstance(ArcTelemetryReporter, [0, 300].map(s => s * 1000), _prev, docWithJustReason, scmRepoBridge, edit, res => {
|
||||
const reporter = this._instantiationService.createInstance(ArcTelemetryReporter, [0, 60, 300].map(s => s * 1000), _prev, docWithJustReason, scmRepoBridge, edit, res => {
|
||||
res.telemetryService.publicLog2<{
|
||||
extensionId: string | undefined;
|
||||
extensionVersion: string | undefined;
|
||||
|
||||
Reference in New Issue
Block a user