Transaction route names showing up incorrectly as ' GET /api/api/api ' in Sentry performance monitoring #6097
Closed
3 tasks done
Labels
Package: node
Issues related to the Sentry Node SDK
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which package are you using?
@sentry/node
SDK Version
7.15
Framework Version
No response
Link to Sentry event
https://sentry.io/organizations/vontive/performance/summary/?environment=prod&project=1297687&query=transaction.duration%3A%3C15m&referrer=performance-transaction-summary&statsPeriod=14d&transaction=GET+%2Fapi%2Fapi%2Fapi&unselectedSeries=p100%28%29
Steps to Reproduce
ROUTER1, ROUTER2 are two different routers say
ROUTER1:
GET /route1
ROUTER2
GET /route2
Expected Result
Performance > Transaction Summary shows transaction URLS with /api/route1 and /api/route2
GET /api/schema/:entity
Actual Result
Performance > Transaction Summary shows transaction URLS with /api/api and /api/api
GET /api/api/api
Proposed workaround:
The text was updated successfully, but these errors were encountered: