-
-
Notifications
You must be signed in to change notification settings - Fork 226
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
feat(middleware): v4 experimental middleware #986
base: main
Are you sure you want to change the base?
Conversation
…ooks to the middleware. This is specially useful when you want to use transaction data to populate things like logs or spans in a trace enriching the experience and connecting the dots with observability.
@jptosso Care to take a look at comments? |
And provide a description about what this PR does? |
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.
I don't want to be that guy but people request this and then never show code on how they use this. Until that happens I am reluctant to add this changes.
This is required for gin and fasthttp
THIS PR DEPENDS ON #1201