You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 17, 2026. It is now read-only.
Thanks for stopping by to let us know something could be better!
PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. This will ensure a timely response.
Is this a client library issue or a product issue?
Yes, this is a client library issue
Did someone already solve this?
There renovatebot made a PR to solve this problem
Do you have a support contract?
No
Environment details
OS: macOS 11.2.3
Node.js version: 14.16.0
npm version: 6.x
@google-cloud/pubsub version: 2.10.0
Steps to reproduce
Create new directory
npm init -y
Install the dependencies npm install @google-cloud/pubsub @opentelemetry/core @opentelemetry/api
npm ls @opentelemetry/tracing
Notice that the installed version is 0.12 instead of the 0.18 version meets the Opentelemetry 1.0.0 tracing spec
Making sure to follow these steps will guarantee the quickest resolution possible.
Thanks for stopping by to let us know something could be better!
PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. This will ensure a timely response.
Is this a client library issue or a product issue?
Yes, this is a client library issue
Did someone already solve this?
There renovatebot made a PR to solve this problem
Do you have a support contract?
No
Environment details
@google-cloud/pubsubversion: 2.10.0Steps to reproduce
npm init -ynpm install @google-cloud/pubsub @opentelemetry/core @opentelemetry/apinpm ls @opentelemetry/tracingMaking sure to follow these steps will guarantee the quickest resolution possible.
Thanks!