Skip to content

Commit

Permalink
Update telemetry wrapper to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
testforstephen committed Jul 29, 2024
1 parent b6244fd commit 834f6c2
Show file tree
Hide file tree
Showing 3 changed files with 205 additions and 71 deletions.
272 changes: 203 additions & 69 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@
"pidtree": "^0.6.0",
"react": "^16.9.0",
"uuid": "^3.4.0",
"vscode-extension-telemetry-wrapper": "^0.13.3",
"vscode-extension-telemetry-wrapper": "^0.14.0",
"vscode-languageclient": "^7.0.0"
}
}
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export async function activate(context: vscode.ExtensionContext) {
await loadPackageInfo(context);
// Usage data statistics.
if (getAiKey()) {
initialize(getExtensionId(), getExtensionVersion(), getAiKey(), { firstParty: true });
initialize(getExtensionId(), getExtensionVersion(), getAiKey());
}
return await instrumentOperation("activation", initializeExtension)(context);
}
Expand Down

0 comments on commit 834f6c2

Please sign in to comment.