This commit is contained in:
Robert 2024-02-12 17:16:34 +00:00
Родитель 939616372c
Коммит 0f6afac222
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -20,7 +20,7 @@ import { showBinaryChoiceWithUrlDialog } from "./dialog";
import type { RedactableError } from "../errors";
import type { SemVer } from "semver";
import type { AppTelemetry } from "../telemetry";
import { EnvelopeTelemetry } from "applicationinsights/out/Declarations/Contracts";
import type { EnvelopeTelemetry } from "applicationinsights/out/Declarations/Contracts";
// Key is injected at build time through the APP_INSIGHTS_KEY environment variable.
const key = "REPLACE-APP-INSIGHTS-KEY";