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

fix: fixes the span name by accepting the route on response time. #81

Merged
merged 4 commits into from Oct 23, 2020

Conversation

jcchavezs
Copy link
Owner

This PR fixes a regression found by @telemmaite where the route path can't be obtained until the end of the request lifecycle. This feature has been added in openzipkin/zipkin-php#180

composer.json Outdated
@@ -7,7 +7,7 @@
"symfony/http-kernel": "^4.4|^5.0",
"symfony/routing": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"openzipkin/zipkin": "2.0.0"
"openzipkin/zipkin": "dev-master"
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once @telemmaite tests the fix we will be back to a release.

tests/E2E/test.sh Outdated Show resolved Hide resolved
composer.json Outdated Show resolved Hide resolved
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 this pull request may close these issues.

None yet

1 participant