12 Sep 2021 01:17 AM - last edited on 12 Nov 2021 12:58 PM by Karolina_Linda
Hi, I have a application which i am monitoring using agentless Js tag to perform real user monitoring. When i look into the application under "Top Errors" section, I am seeing lot of "Failed Image" requests but when i load those images in browser they gets loaded perfectly fine and also I am NOT seeing any errors in my apache access logs for those images.
So why Dynatrace is showing them as Failed Image request. This is creating a lot of confusion between developers and stakeholders whether to rely on this data or not.
Can someone shed light on this as what exactly it is capturing here?
@ChadTurner @skrystosik - Tagging you guys as you have responded & solved my queries most of the time. 🙂
Any help is appreciated.
12 Sep 2021 09:07 PM
If it works for you it does not necessarily mean it's working for everyone. The Failed images frequency in your case is really low. Does your app use a CDN? Is it publicly facing application or an internal one?
13 Sep 2021 11:23 AM
@Julius_Loman It's a public facing application and all the images are loaded like this - /join/static/img/WhyVM-Ultrafast.svg
Also as i mentioned, there are no errors in Apache logs, no 5XX no 4XX errors. If they are failing to load, it should appear in apache logs in Splunk
13 Sep 2021 11:38 AM
@shashank_b_agra No, they likely did not reach your server and that's why Dynatrace RUM reports broken images. Look at the user sessions which had those image errors. RUM measures that in the browser for the webapp. If something blocks it on the way to your host (adblocker/proxy/network/... anything), you won't see that in your Apache log.
15 Sep 2021 04:13 AM
I'm seeing this too, might be a bug in the latest version of ruxitagent.
10 Nov 2021 03:13 PM
Seeing this too in our app. Hypothesis is a cancelled image download due to subsequent navigation, but it's definitely not an app error in our case. Pollutes Dynatrace though.
11 Nov 2021 08:56 AM
If you follow the 404 error in Dynatrace, you can then select "User actions affected by this error"->click on the user action, and then "Perform waterfall analysis". You'll then have the waterfalls where the errors happened. You might have additional clues there.
16 Aug 2023 01:04 AM
Hi, I have a similar case but when trying to locate the specific image, the waterfall analysis only indicates that it is a Failed Image request, however the Resource Type indicates Other.
In this particular page we have not found any image failing, the supposed image URL only redirects to the page and some query string parameters that vary according to the transaction.
So we have no clear idea as to what is the particular image with error...
Any help would be greatly appreciated.
Thank you!
30 Apr 2024 06:19 AM
Does anyone got solution to this? i am also facing issue where many images are marked as error in dynatrace.