Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic span nested with the wrong transaction when using multiple windows. #1768

Open
brustolin opened this issue Apr 25, 2022 · 1 comment

Comments

@brustolin
Copy link
Contributor

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.

image

image

The first image has two http requests, the second has none.
Each transaction must have one request.
This can lead to confusion.

@brustolin
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

5 participants