Skip to content

Commit

Permalink
Fix sample env.
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonWeber committed Apr 1, 2024
1 parent fac7e01 commit 46f3a95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/performanceTests/sample.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
APPLICATIONINSIGHTS_CONNECTION_STRING=InstrumentationKey=<YOUR_CONNECTION_STRING>
APPLICATIONINSIGHTS_CONNECTION_STRING=<YOUR_CONNECTION_STRING>
3 changes: 3 additions & 0 deletions test/performanceTests/test/trackTrace.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

import { PerfOptionDictionary } from "@azure-tools/test-perf";
import { ShimTest } from "./appInsightsShim.spec.js";
import appInsights from "applicationinsights";
Expand Down

0 comments on commit 46f3a95

Please sign in to comment.