elastic / apm-agent-rum-js

https://www.elastic.co/guide/en/apm/agent/rum-js/current/index.html
MIT License
278 stars 133 forks source link

user-interactions transactions don't work in IE11 #1510

Closed devcorpio closed 3 months ago

devcorpio commented 3 months ago

Summary

It has been reported that user-interaction transactions (aka click transactions) are not working in IE11. To be more explicit, every time a user clicks the RUM agent reports:

TypeError: Cannot get property 'transactionName', which is undefined or a null reference.

The reason for the issue is that to extract the data-custom-transaction-name value we use dataset which is not IE11 compliant.