Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(mongodb): remove broken type export
V4Connection
(open-telemetr…
…y#1644) The type `V4Connection` re-introduced in open-telemetry#1170 is missing any type definitions or imports for `Document`, breaking the build with Typescript strict mode. `V4Connection` in `types.ts` is not referenced anywhere (the type definition in `internal-types.ts` is used. So lets just drop this type definition. BREAKING CHANGE: removes the broken exported type `V4Connection`. Fixes open-telemetry#1639 Signed-off-by: Simon Berz <simon@berz.me>
- Loading branch information