Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve parameterization of transaction names #649

Closed
smeubank opened this issue Aug 1, 2022 · 4 comments · Fixed by #692
Closed

Improve parameterization of transaction names #649

smeubank opened this issue Aug 1, 2022 · 4 comments · Fixed by #692
Assignees
Milestone

Comments

@smeubank
Copy link
Member

smeubank commented Aug 1, 2022

Environment

How do you use Sentry?
Sentry SaaS (sentry.io)

Which SDK and version?
sentry-symfony

Steps to Reproduce

similar to getsentry/sentry-laravel#562

Expected Result

Parameterized transactions as often as possible

Actual Result

seems symfony only sends raw URLs for everything

@smeubank
Copy link
Member Author

smeubank commented Aug 4, 2022

we should open a convo with Symfony that they add something to help us access their routing properly

@github-actions

This comment was marked as outdated.

@github-actions

This comment was marked as outdated.

@cleptric
Copy link
Member

So after speaking with various folks during SymfonyCon, we'll likely use the route name as the default source for transaction names. While the _controller property could also be an option, there is the use case of https://symfony.com/doc/4.1/templating/render_without_controller.html which ends up being not very useful.

See #547 for a former discussion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants