Skip to content

Commit 751a214

Browse files
🐛 fix runtime issue with AppInsights
* Turns out the auto correct was not actually correct with this being fine to switch to import! This was not caught due to tests not including a startup with appinsights configured
1 parent 16dfb12 commit 751a214

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/logging.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import appInsights from "applicationinsights";
1+
const appInsights = require("applicationinsights");
22
import {KnownSeverityLevel, TelemetryClient} from "applicationinsights";
33

44

0 commit comments

Comments
 (0)