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 082eb2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package-lock.json

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

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 082eb2b

Please sign in to comment.