Problem Statement
When using reactNavigationIntegration, we automatically detect screen changes and create transactions named the same as the components that are being mounted (see screenshot below)
However, there is a demand to show full paths which might be helpful when using nested components.
For example, opening a link <Link href="/tabs/explore/messages">Go to messages</Link> will lead to a transaction with name /tabs/explore/messages being created.
This issue is about investigating if it's possible and maybe implementing that with an extra option flag if it is.
Solution Brainstorm
No response
Are you willing to submit a PR?
None