We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8653dca commit 0cce0afCopy full SHA for 0cce0af
src/services/telemetry/index.ts
@@ -19,7 +19,7 @@ interface Measurements {
19
let reporter: any
20
21
export const activate = (subscribeFn: (reporter: any) => void): void => {
22
- logger(EXTENSION_ID, VERSION, INSTRUMENTATION_KEY)
+ logger(`${EXTENSION_ID} v${VERSION}`)
23
reporter = new TelemetryReporter(EXTENSION_ID, VERSION, INSTRUMENTATION_KEY)
24
subscribeFn(reporter)
25
}
0 commit comments