We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9396163 commit 0f6afacCopy full SHA for 0f6afac
extensions/ql-vscode/src/common/vscode/telemetry.ts
@@ -20,7 +20,7 @@ import { showBinaryChoiceWithUrlDialog } from "./dialog";
20
import type { RedactableError } from "../errors";
21
import type { SemVer } from "semver";
22
import type { AppTelemetry } from "../telemetry";
23
-import { EnvelopeTelemetry } from "applicationinsights/out/Declarations/Contracts";
+import type { EnvelopeTelemetry } from "applicationinsights/out/Declarations/Contracts";
24
25
// Key is injected at build time through the APP_INSIGHTS_KEY environment variable.
26
const key = "REPLACE-APP-INSIGHTS-KEY";
0 commit comments