We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I thi k it's important to avoid the boilerplate we have everywhere. I mean code that is copy pasted and is pain to fix like #1214
I think about a short lived struct. Based in what have been done with #1235.
In other frameworks it would be a middleware that is added on demand, without interference with the code.
I'm unsure how easy it would be to consider a middleware
Originally posted by @ccoVeille in #1235 (comment)
The struct could be created via a constructor, that will return a closer func.
I'm unsure yet if it should create the span or not.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I thi k it's important to avoid the boilerplate we have everywhere. I mean code that is copy pasted and is pain to fix like #1214
I think about a short lived struct. Based in what have been done with #1235.
In other frameworks it would be a middleware that is added on demand, without interference with the code.
I'm unsure how easy it would be to consider a middleware
Originally posted by @ccoVeille in #1235 (comment)
The struct could be created via a constructor, that will return a closer func.
I'm unsure yet if it should create the span or not.
The text was updated successfully, but these errors were encountered: