Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
Added a classname for the appInsights HOC's div
Browse files Browse the repository at this point in the history
Just a way to fix #73
  • Loading branch information
florianchevallier authored May 9, 2019
1 parent cacf6f2 commit 9f4824a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/withAITracking.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export default function withAITracking<P>(Component: React.ComponentType<P>, com
onMouseDown={this.trackActivity}
onTouchStart={this.trackActivity}
onTouchMove={this.trackActivity}
className="appinsights-hoc"
>
<Component {...this.props} />
</div>
Expand Down

0 comments on commit 9f4824a

Please sign in to comment.