### Integration sentry-opentelemetry-agent ### Java Version any ### Version 8 ### Steps to Reproduce Have an endpoint like `/person/extra/long/path` and send a request in. ### Expected Result A meaningful transaction name. ### Actual Result The transaction name is shortened to `GET /**`. We are using the `http.route` span attribute which contains above value.