Open JohannesPtaszyk opened 4 months ago
Hey @JohannesPtaszyk, thanks for reaching out. Just to better understand your use-case: How are you replacing the placeholders in your urls. Are you using a custom interceptor for this?
Yes, we are using a custom interceptor, which checks for annotations on the API method of our retrofit interface
Integration
sentry
Java Version
17
Version
7.12.1
Steps to Reproduce
Additional information: This seems to happen, because the sauce of truth for the path is not comming from the Sentry interceptor, but from the event listener. It would be nice to have an option to tell the Sentry interceptor to override that value whith the one from the interceptor chain or something like that, because right now we are missing important information in our http breadcrumbs.
Expected Result
placeholder parts are replaced and fancy.api/v1/health is logged instead of fancy.api/REPLACABLE_VERSION/health
Actual Result
fancy.api/REPLACABLE_VERSION/health is logged