Trace unique sites under same transaction #6213
-
I have lots of unique paths like this one:
These views are personalized but the other data is mostly static, so it doesn't make sense to compare e.g. these two links as seperate transactions:
However, this floods my Performance Site, because each site triggers its own transaction. What I really want is to group all this transaction to be available under Is this even possible? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ah nvm, just found it myself.
|
Beta Was this translation helpful? Give feedback.
Ah nvm, just found it myself.
You can specify the transaction name in the beforeNavigate hook, like this in the BrowserTracing constructor