From 9f4824ad6e0dad01f1a8b4539e7aa139a694f682 Mon Sep 17 00:00:00 2001 From: Flo <42930731+florianchevallier@users.noreply.github.com> Date: Thu, 9 May 2019 16:29:07 +0200 Subject: [PATCH] Added a classname for the appInsights HOC's div Just a way to fix #73 --- src/withAITracking.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/withAITracking.tsx b/src/withAITracking.tsx index 180e071..ff55e94 100644 --- a/src/withAITracking.tsx +++ b/src/withAITracking.tsx @@ -87,6 +87,7 @@ export default function withAITracking

(Component: React.ComponentType

, com onMouseDown={this.trackActivity} onTouchStart={this.trackActivity} onTouchMove={this.trackActivity} + className="appinsights-hoc" >