Skip to content

Commit

Permalink
fix(instrumentation-pg): remove @opentelemetry/core from dependenci…
Browse files Browse the repository at this point in the history
…es (#1895)

Was introduced in commit `a0003e76fc46afbbee2558a7d21906be7c9cb1d1`
but all usages seem to have been removed.

By having this in the dependencies, we were getting peer-dep
warnings on install as this version of core seems to be outdated.

Co-authored-by: Amir Blum <[email protected]>
  • Loading branch information
mothershipper and blumamir authored Jan 13, 2024
1 parent 1e90a40 commit c0d873c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion plugins/node/opentelemetry-instrumentation-pg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
"typescript": "4.4.4"
},
"dependencies": {
"@opentelemetry/core": "^1.8.0",
"@opentelemetry/instrumentation": "^0.46.0",
"@opentelemetry/semantic-conventions": "^1.0.0",
"@opentelemetry/sql-common": "^0.40.0",
Expand Down

0 comments on commit c0d873c

Please sign in to comment.