Issue
I enabled tracing and set my tracePropagationTargets
to /^https:\/\/www\.mypage\.com/
but I'm seeing transactions only from my website's homepage. I want to see traces for all of my pages.
Applies To
- All SaaS Customers
- Performance Monitoring
Resolution
Please add a wildcard (*
) so that tracePropagationTargets accepts traffic from your other pages too, ie. /^https:\/\/www\.mypage\.com\/*/
.