-
Notifications
You must be signed in to change notification settings - Fork 173
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
zipkin-instrumentation-express outdated for express-http-proxy #204
Comments
I think it's mentioned in #151 |
Is this still an issue? Ping @ghermeto |
@jonesg504 does using connect instrumentation fix the issue? |
I am going to explore this issue next week as I am more familiar with express now. |
I will close this as duplicated with #151. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
zipkin-instrumentation-express is using removed functions from express-http-proxy and will not work.
functions decorateReq and intercept are removed from the library and replaced with proxyReqOptDecorator and userResDecorator
See: https://www.npmjs.com/package/express-http-proxy
The text was updated successfully, but these errors were encountered: