You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change in fastify@4.23.0 adds a deprecation warning for accessing req.routerMethod and req.routerPath.
* 59050e57 - feat: access handler name add properties to req route options (#4470)
My guess (haven't tried yet) is that our instrumentation will cause deprecation warnings for users using this fastify and later. We should adjust to using the newer fields if available.
The text was updated successfully, but these errors were encountered:
trentm
changed the title
update fastify instr
update fastify instr to avoid new deprecation warnings
Sep 22, 2023
This change in fastify@4.23.0 adds a deprecation warning for accessing req.routerMethod and req.routerPath.
My guess (haven't tried yet) is that our instrumentation will cause deprecation warnings for users using this fastify and later. We should adjust to using the newer fields if available.
The text was updated successfully, but these errors were encountered: