-
Notifications
You must be signed in to change notification settings - Fork 255
Description
Description/Screenshot
I have initialized App Insights with Click analytics according to the readme, but it only tracked remote dependency, not custom events from interactions.
I have downgraded version to 3.2.1 and all works as expected.
Steps to Reproduce
- 3.3.7 - Broken example (https://codesandbox.io/p/sandbox/app-insights-3-3-7-r5k8gd)
- 3.2.1 - Working example (https://codesandbox.io/p/sandbox/nzsrfn)
The examples have contentName callback. In version 3.3.7 the callback is not being called. Version 3.2.1 logs the intte text.
Expected behavior
v 3.3.7 should log custom interactions.
Additional context
I'm willing to help investigate if needed. Ping me on teams.
Copilot