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
Using fastify 3.14.0 and fastify-jaeger 1.0.1 in Node 14 results in a FastifyDeprecation message:
3.14.0
1.0.1
(node:19) [FSTDEP002] FastifyDeprecation: You are accessing the Node.js core response object via "reply.res", Use "reply.raw" instead.
The text was updated successfully, but these errors were encountered:
This change breaks nodejs 10
Sorry, something went wrong.
Need to update the plugin to use Fastify 3
Successfully merging a pull request may close this issue.
Using fastify
3.14.0
and fastify-jaeger1.0.1
in Node 14 results in a FastifyDeprecation message:The text was updated successfully, but these errors were encountered: