28 Mar 2023 11:04 AM - last edited on 18 May 2023 01:18 PM by AgataWlodarczyk
Microsoft support for Internet Explorer 10 ended on January 31, 2020. Dynatrace will end support for Internet Explorer 10 and earlier versions in May 2023 with the release of JavaScript Agent version 1.265 and Dynatrace version 1.266. As a result, The JavaScript Agent will no longer initialize on those browsers and therefore will not be sending any RUM data to the Dynatrace platform.
We understand that there are some applications that can only be accessed using older versions of Internet Explorer. For such applications, you can use a version of Dynatrace RUM JavaScript that remains compatible with Internet Explorer versions 7-10. Dynatrace will continue providing security updates as and when necessary during normal support cycle.
In the Dynatrace web UI, go to Applications > (My web application) > Settings > Injection > RUM JavaScript updates. Select Latest IE-7-10 supported as your RUM JavaScript version. This setting supports any applications that rely on older versions of Dynatrace RUM JavaScript.
JavaScript frameworks
These JavaScript frameworks will lose support with the release of JavaScript Agent version 1.265 and Dynatrace version 1.266:
If you are using one of the above desupported frameworks, please turn on the generic ones instead to collect monitoring data. You can use the same approach that is applied for IE7-10 desupport to use the older version. If something does not work as expected or if you need further assistance, please contact Dynatrace support.
05 Apr 2023 04:00 PM
I'm seeing that the blog post link takes me to a 404 page. Is there another link that shows the list of frameworks that will lose support?
05 Apr 2023 05:01 PM
Hi,
I had taken this screenshot:
Best regards
18 Apr 2023 02:08 PM
Thanks for sharing the screenshot! I've pasted the whole text in the body of the post now 🙂
18 Apr 2023 02:22 PM
You are welcome and thank you!
20 Apr 2023 12:47 PM
Can you provide an exact date in May when this will take place? Thank you!
24 Apr 2023 09:29 AM
Hi Larry, the change is due on May 9th.
24 May 2023 12:58 PM
I have the following doubts that I detail here:
They have removed specific support for all frameworks except Angular. That means that all applications have to select Generic XHR, but the same user actions will be captured. It's right? Here we are talking about capturing or not capturing some user actions. That is, if you had previously requested XHR from jQuery instead of detecting them with the custom option, now it will be detected with the generic one. Or not?
They have removed INTEGRAL support for IE10 and earlier: RUM is simply not going to work: not even the session will be captured. The solution to this is to leave in the RUM the latest javascript that IE10 and earlier supports. It's right?
The main question I have is: if there is an application that uses jQuery (for example) but with modern browsers, do we need to use the javascript compatible with IE10 or can we use the latest version?