Skip to content

Commit

Permalink
Application Insights Classic
Browse files Browse the repository at this point in the history
Note that App Insights Classic are no longer supported:
https://www.npmjs.com/package/@vscode/extension-telemetry

This appears to be the correct initialization procedure, not sure how it
got disabled.

Signed-off-by: Kingdon Barrett <kingdon@weave.works>
  • Loading branch information
Kingdon Barrett committed Sep 8, 2023
1 parent 98b52b9 commit 3d7b27e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/data/telemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export class Telemetry {
this.context = context;
const key = '9a491deb-120a-4a6e-8893-f528d4f6bd9c';
this.reporter = new TelemetryReporter(extensionId, extensionVersion, key);
context.subscriptions.push(this.reporter);
}

/**
Expand Down

0 comments on commit 3d7b27e

Please sign in to comment.