Semantic convention definition: https://getsentry.github.io/sentry-conventions/attributes/http/#http-route
Used in description generation (see https://getsentry.github.io/sentry-conventions/descriptions/#http-server)
We're falling back to less preferred descriptions because this is missing. Prevents us from making new descriptions + old descriptions match, meaning that existing searches on description will break when upgrading to span streaming. Also as a general rule, name should never be the sole source of a piece of data - it should always come from semantic attribute(s).
Semantic convention definition: https://getsentry.github.io/sentry-conventions/attributes/http/#http-route
Used in description generation (see https://getsentry.github.io/sentry-conventions/descriptions/#http-server)
We're falling back to less preferred descriptions because this is missing. Prevents us from making new descriptions + old descriptions match, meaning that existing searches on
descriptionwill break when upgrading to span streaming. Also as a general rule,nameshould never be the sole source of a piece of data - it should always come from semantic attribute(s).