Skip to content

Commit d21e43e

Browse files
authored
add owner for telemetry event (microsoft#241496)
add me as owner for telemetry event
1 parent e737be7 commit d21e43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/platform/terminal/common/xterm/shellIntegrationAddon.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ export class ShellIntegrationAddon extends Disposable implements IShellIntegrati
423423
}
424424
this._activationTimeout = setTimeout(() => {
425425
if (!this.capabilities.get(TerminalCapability.CommandDetection) && !this.capabilities.get(TerminalCapability.CwdDetection)) {
426-
this._telemetryService?.publicLog2<{ classification: 'SystemMetaData'; purpose: 'FeatureInsight' }>('terminal/shellIntegrationActivationTimeout');
426+
this._telemetryService?.publicLog2<{}, { owner: 'meganrogge'; comment: 'Indicates shell integration activation timeout' }>('terminal/shellIntegrationActivationTimeout');
427427
this._logService.warn('Shell integration failed to add capabilities within 10 seconds');
428428
}
429429
this._hasUpdatedTelemetry = true;

0 commit comments

Comments
 (0)