Skip to content

Commit 244c475

Browse files
authored
Merge pull request #689 from Microsoft/benbrown/fixcls
Fix require of cls-hooked
2 parents e438d79 + 04a9cb9 commit 244c475

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)