Network Requests

A network request is an HTTP request from your mobile app to a server-side application.

The iOS Agent detects network requests when the underlying implementation is handled by the NSURLConnection NSURLSession HttpURLConnection HttpsURLConnection HttpClient OkHttp ch.boye.httpclientandroidlib

To track GraphQL requests, include the identifier with the operation name in the request header.

Example
X-ADEUM-GRAPHQL-OPERATION: Example_Operation

It will append the operation name to the request URL. The Network Request Dashboard will then display the operation name for these requests.

Note: You can use the agent SDK to set up other HTTP classes.