Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(instrumentation-fastify): stop using fastify types in public api
Prior to this commit, the Fastify instrumentation used to expose a few types from the `fastify` lib directly. Exposing these types leads to issues for TypeScript users who depend on the integration but don't depend on `fastify` itself where their TypeScript compilation would fail while complaining that it couldn't find any definitions for `fastify`. This scenario is pretty common when using the auto-instrumentation packages.5 Signed-off-by: Boris Bera <[email protected]>
- Loading branch information