Skip to content

Commit

Permalink
add opentelemetry/core as a peerdependency to package.json
Browse files Browse the repository at this point in the history
Solves honeycombio#127 

This will fix support for package managers like `pnpm` that require you to be very explicit about your dependencies
  • Loading branch information
Aghassi committed Apr 25, 2024
1 parent e46248c commit 85b9fcf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
},
"peerDependencies": {
"@opentelemetry/core": "*"
},
"dependencies": {
"@opentelemetry/api": "~1.8.0",
"@opentelemetry/exporter-trace-otlp-http": "~0.50.0",
Expand Down

0 comments on commit 85b9fcf

Please sign in to comment.