getsentry / getsentry/sentry-cocoa
Automatic span nested with the wrong transaction when using multiple windows.
Open
Cocoa
Improvement
Spans
- Dominant language
- Swift
- Stars
- 1.1k
- Forks
- 418
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 106
Description
### 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.
Contributor guide
Assessment
This issue has not been assessed yet.