Skip to content

Commit 55db017

Browse files
authored
feat: upgrade the opentelemetry api to 1.0.0 (#1329)
Updates the `@opentelemetry/api`-package to 1.0.0 and use the associated SDK version which supports this API version that is: 0.22.0 Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [X] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/nodejs-pubsub/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [X] Ensure the tests and linter pass - [X] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #1330 🦕
1 parent 023a363 commit 55db017

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

handwritten/pubsub/samples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
},
2727
"dependencies": {
2828
"@google-cloud/pubsub": "^2.14.0",
29-
"@opentelemetry/api": "^0.21.0",
30-
"@opentelemetry/tracing": "^0.21.0",
29+
"@opentelemetry/api": "^1.0.0",
30+
"@opentelemetry/tracing": "^0.22.0",
3131
"avro-js": "^1.10.1",
3232
"p-defer": "^3.0.0",
3333
"protobufjs": "^6.11.2"

0 commit comments

Comments
 (0)