How can I cleanup/modify transaction names in PHP/Symfony #1335
-
I want to group together transactions which are essentially the same thing. E.g.
As the grouping seems to be happening by transaction name, I seem to be missing access to the event before it is submitted. Transactions are explicitly bypassing before_send processor in favour of the traces_sampler, which in turn runs very early and the name/tags there do not reflect in the final submission. So how can I achieve this grouping then? I was able to do this easily in the JavaScript version - that is very nicely documented |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
See: getsentry/sentry-symfony#649, it's being tracked already and we are working on it! |
Beta Was this translation helpful? Give feedback.
See: getsentry/sentry-symfony#649, it's being tracked already and we are working on it!