Skip to content

Commit

Permalink
Add the missing plugin dependencies in tracing example (open-telemetr…
Browse files Browse the repository at this point in the history
…y#1078)

Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
  • Loading branch information
kanikashah90 and dyladan authored May 26, 2020
1 parent c1b8653 commit 63dfcb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions getting-started/traced-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"@opentelemetry/core": "^0.8.2",
"@opentelemetry/exporter-zipkin": "^0.8.2",
"@opentelemetry/node": "^0.8.2",
"@opentelemetry/plugin-express": "^0.7.0",
"@opentelemetry/plugin-http": "^0.8.2",
"@opentelemetry/plugin-https": "^0.8.2",
"@opentelemetry/tracing": "^0.8.2",
"axios": "^0.19.0",
"express": "^4.17.1"
Expand Down

0 comments on commit 63dfcb5

Please sign in to comment.