From 60328af9009c911f8b6f63ae6add12612a8ccb3a Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Mon, 11 Dec 2023 14:14:34 -0800 Subject: [PATCH] chore(instrumentation-bunyan): update example dep now that there is a release with needed feature (#1854) Closes: #1783 --- .../opentelemetry-instrumentation-bunyan/examples/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/node/opentelemetry-instrumentation-bunyan/examples/package.json b/plugins/node/opentelemetry-instrumentation-bunyan/examples/package.json index ccd208cd8cd..efa5cc3ccf0 100644 --- a/plugins/node/opentelemetry-instrumentation-bunyan/examples/package.json +++ b/plugins/node/opentelemetry-instrumentation-bunyan/examples/package.json @@ -15,10 +15,9 @@ }, "author": "OpenTelemetry Authors", "license": "Apache-2.0", - "// @opentelemetry/instrumentation-bunyan": "TODO: change to a ver when there is a next release", "dependencies": { "@opentelemetry/api": "^1.3.0", - "@opentelemetry/instrumentation-bunyan": "../", + "@opentelemetry/instrumentation-bunyan": "^0.34.0", "@opentelemetry/resources": "^1.8.0", "@opentelemetry/sdk-node": "^0.45.1", "bunyan": "^1.8.15"