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 |
Answered by
stayallive
Aug 2, 2022
Replies: 1 comment 2 replies
|
See: getsentry/sentry-symfony#649, it's being tracked already and we are working on it! |
2 replies
Answer selected by
mkilmanas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See: getsentry/sentry-symfony#649, it's being tracked already and we are working on it!