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
fix(node): Pin @fastify/otel fork to direct url to allow installing without git (#16287)
The previous approach of specifying the git repo directly breaks systems
that don't have git installed (e.g. slim linux distros). I tested this
works on a ubuntu vm without git.
**Important:** When making changes to the fork, the linked commit sha in
`packages/node/package.json` has to be updated and the yarn lockfile
regenerated.
Resolves: #16281
0 commit comments