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
This upgrade contains breaking changes if you use the incubating entry point, particularly for Generative AI conventions. The risk is low if you only use the stable entry point.
Key Changes
Stable Conventions (@opentelemetry/semantic-conventions): This part of the library only received additive changes (46 new exports). There are no breaking changes for the stable conventions.
Incubating Conventions (@opentelemetry/semantic-conventions/incubating): This entry point has significant breaking changes.
Breaking Change: A large number of Generative AI (gen_ai.*) attributes and metrics have been deprecated and moved to a separate repository. These will eventually be published in a new @opentelemetry/semantic-conventions-genai package.
Assessment
Low Risk: If your application only imports from the stable @opentelemetry/semantic-conventions, this upgrade is safe.
High Risk: If your application imports from @opentelemetry/semantic-conventions/incubating and uses GenAI conventions, you will need to update your code once the new package is available or pin your dependency to avoid breakage.
Recommendation:
Verify if your project uses conventions from the incubating entry point. If so, review the release notes carefully to understand the impact of the deprecated GenAI conventions. The incubating entry-point is not subject to semantic versioning and may contain breaking changes in any minor release.
Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🛡️ Snyk Security Upgrade
This automated PR fixes security vulnerabilities found in @opentelemetry/semantic-conventions.
📋 Changes
Security Review
Security Impact Summary
The purpose of this PR is to update a dependency which meets the criteria set in snyk.
⚙️ Settings