Skip to content

Commit

Permalink
chore: use existing instrumentation-connect version (open-telemetry#1437
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Flarna authored Mar 27, 2023
1 parent 98609c6 commit 9605528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/connect/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "connect-example",
"private": true,
"version": "0.24.0",
"version": "0.25.0",
"description": "Example of Connect integration with OpenTelemetry",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"@opentelemetry/exporter-zipkin": "^0.25.0",
"@opentelemetry/exporter-collector": "^0.25.0",
"@opentelemetry/instrumentation": "^0.25.0",
"@opentelemetry/instrumentation-connect": "^0.24.0",
"@opentelemetry/instrumentation-connect": "^0.25.0",
"@opentelemetry/instrumentation-http": "^0.25.0",
"@opentelemetry/sdk-trace-node": "^0.25.0",
"@opentelemetry/resources": "^0.25.0",
Expand Down

0 comments on commit 9605528

Please sign in to comment.