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

Mobile iOS app (SwiftUI): Analyze User sessions

marcelodesouza
Newcomer

Hi,

I am facing an issue with my application. My home screen has multiple sections, and it loads only when I scroll the page.

So all the visible sections have their calls associated with the event "Touch on CollectionViewCell @0:0" that fired from the previous screen action and are being displayed inside the"Network Request" section, but all the other calls that start when I scroll the page are not visible on any event inside "Analyze User sessions".

I am using Alamofire for my API calls, and I see that Dynatrace is already monitoring them, but not inside an event inside "Analyze User sessions."

I am trying to add them manually to my custom event that I am creating, so it shows there. Is there a way to associate a API Call to a DTXAction by using the URL or something like this? Thanks

1 REPLY 1

Patrick_H
Dynatrace Leader
Dynatrace Leader

Hi,

this describes conditions on how request are linked to parent actions automatically: https://docs.dynatrace.com/docs/shortlink/ios-oneagent-sdk#parent-action-of-web-requests

There are also possibilities to change generated user actions, but reparenting them is not possible: https://docs.dynatrace.com/docs/shortlink/ios-oneagent-sdk#modify-any-auto-action 

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

Featured Posts