-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
ref(tracing): Add transaction source to default router #5386
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
Conversation
size-limit report 📦
|
Do we have integration tests for the default router? If yes, we could try to add a test that the source really ends up in the event payload. (Optional, can also be done in a separate PR) |
Yes! We can take a look with integration tests. Will add. |
f445976
to
d265a85
Compare
...(parentContextFromHeader && { | ||
metadata: { | ||
...context.metadata, | ||
...parentContextFromHeader.metadata, | ||
}, | ||
}), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had to add this to make the integration tests pass. TODO on coming back to it
ref: #5345