ApplicationInsights-JS icon indicating copy to clipboard operation
ApplicationInsights-JS copied to clipboard

Click Analytics - Fix capturning of HTML events

Open Barry-RG opened this issue 7 months ago • 2 comments

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.

Barry-RG avatar Jun 12 '25 11:06 Barry-RG

https://github.com/microsoft/ApplicationInsights-JS/issues/2589

Karlie-777 avatar Jun 16 '25 22:06 Karlie-777

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 :)

Sam-Redgate avatar Jun 23 '25 09:06 Sam-Redgate