-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenTelemetry types package renaming #7079
Comments
I get the following when installing @azure/keyvault-secrets
|
We rename the package from |
Are you saying this is resolved and waiting to be deployed? If so, could you ref the PR here? |
|
Correct, My comment was to confirm that we are still referencing types. Need to update to api. |
This repo is still referencing |
@jongio are you blocked by this? Our plan was to release our final preview with OT beta (eta Mar 16) @dyladan caret ranges for |
No. Just included in case someone Googles that message.
|
@xirzec @mayurkale22 I am blocked by this change. I am trying to use Azure storage-blob to create a github action, and it fails with this error: |
This looks like a bundler is expecting an ES module rather than a CJS export? I'm not sure if the new OT package will help if it's not exporting modules. |
This work is now live on NPM: https://www.npmjs.com/package/@azure/core-tracing/v/1.0.0-preview.8 |
Hello. I am one of the maintainers of the OpenTelemetry JS project. This is not a bug or a feature request.
The OpenTelemetry JS project is renaming the
@opentelemetry/types
package to@opentelemetry/api
and bringing all API related concerns which used to reside in@opentelemetry/core
into the new package. This change is intended to make it so that library vendors can rely on only the@opentelemetry/api
package. The change can be viewed here (open-telemetry/opentelemetry-js#727) and motivation for the change can be viewed here (open-telemetry/opentelemetry-js#721).I see that you currently depend on the
types
package, which will be deprecated shortly. https://github.com/Azure/azure-sdk-for-js/search?l=JSON&q=%22opentelemetry%2Ftypes%22Please reach out to myself or @mayurkale22 if you have any questions.
The text was updated successfully, but these errors were encountered: