Click Analytics - Fix capturning of HTML events
Changes made in https://github.com/microsoft/ApplicationInsights-JS/pull/2504 (b5a24d524bc0cae3c48c7010d88cef5f982449c8) appear to have introduced an issue when evaluating if events have come from known HTML objects. This appears to be due to a new array which had previously been an object still being indexed by its values. As a result these events are not being processed.
This change is to fix that by looking for the value in the array.
https://github.com/microsoft/ApplicationInsights-JS/issues/2589
Hi there! Is there a timeline for this being merged? We'e had to downgrade to an earlier version as we're affected by this, so it would be great to see it in :)