Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
cleanup init logs
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
  • Loading branch information
ShMcK committed Jan 2, 2022
commit 0cce0af569a44e25339779aa4763cab3fa4e5fb3
2 changes: 1 addition & 1 deletion src/services/telemetry/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ interface Measurements {
let reporter: any

export const activate = (subscribeFn: (reporter: any) => void): void => {
logger(EXTENSION_ID, VERSION, INSTRUMENTATION_KEY)
logger(`${EXTENSION_ID} v${VERSION}`)
reporter = new TelemetryReporter(EXTENSION_ID, VERSION, INSTRUMENTATION_KEY)
subscribeFn(reporter)
}
Expand Down