-
-
Notifications
You must be signed in to change notification settings - Fork 452
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
Add Fragment Transactions #3719
Comments
Some more considerations:
|
Just leaving a note here that we had some recent interactions with customers that requested this |
Let's also think about a way to split the Activity and Fragments span data in the UI, so that we can have slow/frozen frames separated between |
One thing to consider: We should have a flag that disable Fragment tracing completely (even a new trace generation if perf is disabled), because RN is using Fragments for navigation sometimes, and we may be overriding their trace: #4137 (comment) |
Description
In the light of #1810, we're still not really there yet with the Manual Screens API and only-spans, so this might be a interim solution to support single-activity apps and create transactions bound to scope automatically for our fragment integration. This has several tricky things to figure out:
shouldCreateTx: (Fragment) -> Boolean
The text was updated successfully, but these errors were encountered: