-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
BREAKING CHANGE: migrate to fastify v5 #135
Conversation
@@ -86,9 +86,6 @@ function fastifyOverview (fastify, options, next) { | |||
instance[kTrackerMe] = trackingToken | |||
|
|||
const trackStructure = getPluginNode(trackingToken, instance.pluginName) | |||
if (opts.addSource && this) { |
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.
Could you update the README?
(I would add a note
that the addSource
flag has been removed in fastify v5
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.
AddSource is actually used elsewhere
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.
@Eomm an example is on line 35 of this file
No description provided.