Skip to content

Commit 60328af

Browse files
authored
chore(instrumentation-bunyan): update example dep now that there is a release with needed feature (#1854)
Closes: #1783
1 parent 196aa2d commit 60328af

File tree

1 file changed

+1
-2
lines changed
  • plugins/node/opentelemetry-instrumentation-bunyan/examples

1 file changed

+1
-2
lines changed

plugins/node/opentelemetry-instrumentation-bunyan/examples/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@
1515
},
1616
"author": "OpenTelemetry Authors",
1717
"license": "Apache-2.0",
18-
"// @opentelemetry/instrumentation-bunyan": "TODO: change to a ver when there is a next release",
1918
"dependencies": {
2019
"@opentelemetry/api": "^1.3.0",
21-
"@opentelemetry/instrumentation-bunyan": "../",
20+
"@opentelemetry/instrumentation-bunyan": "^0.34.0",
2221
"@opentelemetry/resources": "^1.8.0",
2322
"@opentelemetry/sdk-node": "^0.45.1",
2423
"bunyan": "^1.8.15"

0 commit comments

Comments
 (0)