We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 196aa2d commit 60328afCopy full SHA for 60328af
plugins/node/opentelemetry-instrumentation-bunyan/examples/package.json
@@ -15,10 +15,9 @@
15
},
16
"author": "OpenTelemetry Authors",
17
"license": "Apache-2.0",
18
- "// @opentelemetry/instrumentation-bunyan": "TODO: change to a ver when there is a next release",
19
"dependencies": {
20
"@opentelemetry/api": "^1.3.0",
21
- "@opentelemetry/instrumentation-bunyan": "../",
+ "@opentelemetry/instrumentation-bunyan": "^0.34.0",
22
"@opentelemetry/resources": "^1.8.0",
23
"@opentelemetry/sdk-node": "^0.45.1",
24
"bunyan": "^1.8.15"
0 commit comments