Skip to content
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

feat(otel): Upgrade @opentelemetry/semantic-conventions to 1.26.0 #13631

Merged
merged 1 commit into from
Sep 10, 2024

Commits on Sep 10, 2024

  1. feat(otel): Upgrade @opentelemetry/semantic-conventions to 1.26.0

    In 1.26.0 otel-js has updated the deprecations for the attributes based
    on the new changes to semantic conventions.
    
    They also changed the name of some exports, for example:
    `SEMATTRS_HTTP_ROUTE` -> `ATTR_HTTP_ROUTE`. Some exports names were not
    able to be changed because they are imported from a subpath export
    @opentelemetry/semantic-conventions/incubating. This subpath breaks some
    bundling setups, so we are unable to use it.
    AbhiPrasad committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    899e6e6 View commit details
    Browse the repository at this point in the history