Skip to content

Commit

Permalink
fix(instr-mongodb): mongodb >=v6.4.0 support (#2001)
Browse files Browse the repository at this point in the history
The new version of mongodb `v6.4.0` comes with some internal changes that break the instrumentation. 
Details of the changes are described in #1983 (comment)

Closes: #1983
  • Loading branch information
david-luna committed Mar 27, 2024
1 parent 8015d74 commit 20328d4
Show file tree
Hide file tree
Showing 11 changed files with 428 additions and 259 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
node: ["14", "16", "18.18.2"]
include:
- node: 14
- node: 18.18.2
code-coverage: true
runs-on: ubuntu-latest
services:
Expand Down

0 comments on commit 20328d4

Please sign in to comment.