cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Mobile App autoinstrumentation: action "Redisplay UIWindowScene" with outrageous response times

antonio_villarr
Advisor

Hi,

One customer is starting to use the oneagent sdk for ios on a mobile app. They are reporting that lots of user actions with the name "Redisplay UIWindowScene" are shown, with response times above 1 minutes (sometimes 3 or 5 minutes), however in the tests customer has done the response times of the actions in the app are normal (a few seconds, and never above 1 minute).

Questions:

1.- do you know what represents this action? Sometimes it appears in sequence in a session

2.- Why the response times are so high?

Any help is appreciated.

Kind regards,

Antonio V.


4 REPLIES 4

ChadTurner
DynaMight Legend
DynaMight Legend

Did you just start seeing these high numbers? I'm wondering if Dynatrace is grouping other actions into this one thus adding to the large number. It might be wise to open a support if the data is showing up incorrect per your tests

-Chad

Patrick_H
Dynatrace Champion
Dynatrace Champion

UIWindowScenee appeared with iOS 13. We are currently investigating under which circumstances such long times can be caused.
Only workaround we can offer at this time is to exclude UIWindowScene from instrumentation:

<key>DTXExcludedLifecycleClasses</key>
<array>
    <string>UIWindowScene</string>
</array>
iOS help: https://www.dynatrace.com/support/help/shortlink/ios-hub

Patrick_H
Dynatrace Champion
Dynatrace Champion

there was a bug with the exclusion that was fixed in 8.203 - additionally the issue with the long timings was fixed in 8.209 release of the iOS Agent

iOS help: https://www.dynatrace.com/support/help/shortlink/ios-hub

Thank you for the response. The last data shows times around 7s, which is still high for customer to consider. I think I will try to exclude this action.

Antonio V.

Featured Posts