Skip to content

Commit

Permalink
fix: 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 30, 2024
1 parent e46248c commit 1953ea2
Show file tree
Hide file tree
Showing 2 changed files with 217 additions and 8 deletions.
224 changes: 216 additions & 8 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@opentelemetry/core": "^1.24.0",
"@opentelemetry/api": "~1.8.0",
"@opentelemetry/exporter-trace-otlp-http": "~0.50.0",
"@opentelemetry/instrumentation": "~0.50.0",
Expand Down

0 comments on commit 1953ea2

Please sign in to comment.