Skip to content

Commit 04a9cb9

Browse files
author
Ben Brown
committed
Fix require of cls-hooked
1 parent e438d79 commit 04a9cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/botbuilder-applicationinsights/src/applicationInsightsTelemetryClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88
import * as appInsights from 'applicationinsights';
99
import { Activity, BotTelemetryClient, TelemetryDependency, TelemetryEvent, TelemetryException, TelemetryTrace } from 'botbuilder-core';
10-
import { clsHooked as cls } from 'cls-hooked';
10+
import * as cls from 'cls-hooked';
1111
const ns: any = cls.createNamespace('my.request');
1212

1313
// This is the currently recommended work-around for using Application Insights with async/await

0 commit comments

Comments
 (0)