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

fix(rum): make sure custom transaction name logic is IE11 compliant #1511

Closed devcorpio closed 3 months ago

devcorpio commented 3 months ago

Resolves #1510

Fix:

We stop using dataset (even in browsers where it works) and we use getAttribute

Since we are modifying this area, we also take the opportunity to fix this other issue that was reported a while ago