We vendored [the fastify otel instrumentation](<https://github.com/fastify/otel>) due to their minimatch dependency version dropping node 18. As of minimatch version 10.2.2 the engine range [was expanded back to cover node 18](<https://github.com/isaacs/minimatch/commit/35d9ee9cc286e32198f9b7fa3a228bd2f779b2b1>), which allows us to use the instrumentation directly again.
We vendored the fastify otel instrumentation due to their minimatch dependency version dropping node 18.
As of minimatch version 10.2.2 the engine range was expanded back to cover node 18, which allows us to use the instrumentation directly again.