You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iPad allows applications to support multiple windows. An automatic span may be nested with the wrong transaction if two screens are opened simultaneously in different windows.
The first image has two http requests, the second has none.
Each transaction must have one request.
This can lead to confusion.
The text was updated successfully, but these errors were encountered:
We cannot use Threads as a way to check from which view controller a new transaction is created since every view controller shared the same main thread.
Description
iPad allows applications to support multiple windows. An automatic span may be nested with the wrong transaction if two screens are opened simultaneously in different windows.
The first image has two http requests, the second has none.
Each transaction must have one request.
This can lead to confusion.
The text was updated successfully, but these errors were encountered: