SkeLLLa / fastify-metrics

Prometheus metrics exporter for Fastify
https://savelife.in.ua/en/donate-en/
MIT License
96 stars 33 forks source link

Use of deprecated routerMethod in fastify #90

Closed philb90 closed 9 months ago

philb90 commented 11 months ago

(node:54086) [FSTDEP018] FastifyDeprecation: You are accessing the deprecated "request.routerMethod" property. Use "request.routeOptions.method" instead. Property "req.routerMethod" will be removed in fastify@5.

 "fastify": "4.23.2",
 "fastify-metrics": "10.3.2",
SkeLLLa commented 11 months ago

Thanks for reporting. Do you want to make a PR? Should be something to #88 and #89.