From 562d9849e33ad613fc99f064ef9e2c9935200e88 Mon Sep 17 00:00:00 2001 From: samir-puranik Date: Thu, 12 Oct 2023 11:06:23 -0400 Subject: [PATCH] initialize telemetry --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 3af3ee6..7a67c4c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.5.1", "publisher": "Microsoft", "description": "PostgreSQL extension for Azure Data Studio", - "aiKey": "c2c974c2-f342-42c8-b85b-b79436a86603", + "aiKey": "29a207bb14f84905966a8f22524cb730-25407f35-11b6-4d4e-8114-ab9e843cb52f-7380", "icon": "images/extension-icon.png", "repository": { "url": "https://github.com/Microsoft/azuredatastudio-postgresql" @@ -425,7 +425,7 @@ }, "dependencies": { "@microsoft/ads-service-downloader": "^1.2.1", - "@microsoft/ads-extension-telemetry": "^1.3.4", + "@microsoft/ads-extension-telemetry": "^3.0.2", "crypto": "^1.0.1", "dataprotocol-client": "github:Microsoft/sqlops-dataprotocolclient#1.3.1", "tmp": "0.2.1 ", diff --git a/yarn.lock b/yarn.lock index 7cb89fc..0b46def 100644 --- a/yarn.lock +++ b/yarn.lock @@ -42,10 +42,10 @@ normalize-path "^2.0.1" through2 "^2.0.3" -"@microsoft/ads-extension-telemetry@^1.3.4": - version "1.4.0" - resolved "https://registry.yarnpkg.com/@microsoft/ads-extension-telemetry/-/ads-extension-telemetry-1.4.0.tgz#73b156f399c810b58949e83021da9071335a29a0" - integrity sha512-uiPD12Jeu3/CGPCQctyZKE+2FLwn+/iXLoLn80EoJ0MTnonHo1AREvbtR1y6JpOjh8hJXBdh6LjCxs15giIESg== +"@microsoft/ads-extension-telemetry@^3.0.2": + version "3.0.2" + resolved "https://registry.yarnpkg.com/@microsoft/ads-extension-telemetry/-/ads-extension-telemetry-3.0.2.tgz#edcbebbf5ab8ea183a7198ea8056a51f8ac76653" + integrity sha512-h0ZLCMw3I/wcQWofr25MPSdYDd6CBwPG3XSJdgDwNdlVKUTSGL3QoBxspxtgF33yH5Zod7s+l/g7exbldDhY0Q== dependencies: "@vscode/extension-telemetry" "0.6.1"