Skip to content

Commit dc790e9

Browse files
authored
Remove expired event (microsoft#166119)
1 parent 431bec9 commit dc790e9

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/vs/workbench/contrib/extensions/electron-sandbox/extensionsAutoProfiler.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -221,19 +221,6 @@ export class ExtensionsAutoProfiler implements IWorkbenchContribution {
221221
}
222222
this._blame.add(ExtensionIdentifier.toKey(extension.identifier));
223223

224-
type UnresponsivePromptData = {
225-
id: string;
226-
};
227-
type UnresponsivePromptDataClassification = {
228-
owner: 'digitarald';
229-
comment: 'Users got a warning about an extension hanging the extension process';
230-
expiration: '1.73';
231-
id: { classification: 'SystemMetaData'; purpose: 'PerformanceAndHealth'; comment: 'Extension id that froze the extension process' };
232-
};
233-
this._telemetryService.publicLog2<UnresponsivePromptData, UnresponsivePromptDataClassification>('exthostunresponsiveprompt', {
234-
id: ExtensionIdentifier.toKey(extension.identifier),
235-
});
236-
237224
// user-facing message when very bad...
238225
this._notificationService.prompt(
239226
Severity.Warning,

0 commit comments

Comments
 (0)