sentry-rust icon indicating copy to clipboard operation
sentry-rust copied to clipboard

[OTEL] Determine span OP from semantic attributes

Open lcian opened this issue 6 months ago • 0 comments
trafficstars

Problem Statement

Currently we just set span.op to default. span.op is queryable via EAP, so it's important to set it to a meaningful value to have a good UX.

Solution Brainstorm

Implement logic similar to this one https://github.com/getsentry/sentry-javascript/blob/master/packages/opentelemetry/src/utils/parseSpanDescription.ts

lcian avatar May 07 '25 17:05 lcian