Skip to content

Commit

Permalink
Added a classname for the appInsights HOC's div
Browse files Browse the repository at this point in the history
See [here](Azure/react-appinsights#89) for the discussion
  • Loading branch information
florianchevallier authored May 14, 2019
1 parent 16d7918 commit 8677acc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export default function withAITracking<P>(reactPlugin: ReactPlugin, Component: R
onMouseDown={this.trackActivity}
onTouchStart={this.trackActivity}
onTouchMove={this.trackActivity}
className="appinsights-hoc"
>
<Component {...this.props} />
</div>
Expand Down

0 comments on commit 8677acc

Please sign in to comment.