Skip to content

Opentelemetry http server responses not rendered with correct span description #11755

Closed
@AbhiPrasad

Description

@AbhiPrasad

Is there an existing issue for this?

How do you use Sentry?

Sentry Saas (sentry.io)

Which SDK are you using?

@sentry/node

SDK Version

8.0.0-beta.3

Framework Version

No response

Link to Sentry event

No response

SDK Setup

No response

Steps to Reproduce

https://discord.com/channels/621778831602221064/1232055515782320199/1232055515782320199

Expected Result

http.server op, http.route as span name

We need to update our parsing code to use http.request.method

const httpMethod = attributes[SEMATTRS_HTTP_METHOD];

This needs to be upstreamed into OTEL first - they are not exposed from the semantic conventions.

Actual Result

image

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions