Skip to content

Ensure SDK emits url.full attribute on http.client spans #22416

Description

@Lms24

The url.full semantic attribute is missing from http.client spans created by the core fetch instrumentation.

packages/core/src/fetch.ts (getFetchSpanAttributes) sets url, http.url, server.address, http.query, and http.fragment, but it does not set url.full.

This should be added to match the OpenTelemetry semantic conventions and the behavior of the browser fetch instrumentation (packages/browser/src/tracing/request.ts), which already sets url.full.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions