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.
Integration
sentry-opentelemetry-agent
Java Version
any
Version
8
Steps to Reproduce
Have an endpoint like
/person/extra/long/pathand send a request in.Expected Result
A meaningful transaction name.
Actual Result
The transaction name is shortened to
GET /**.We are using the
http.routespan attribute which contains above value.