-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Unvendor @fastify/otel #19450
Copy link
Copy link
Closed
Labels
javascriptPull requests that update javascript codePull requests that update javascript code
Description
Activity
Metadata
Metadata
Assignees
Labels
javascriptPull requests that update javascript codePull requests that update javascript code
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.