You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #14615 from LubomirIgonda1/fix-express-route-params
This PR fix use case when lrp keys offset is calculate to 0. I discover
this case after update express from v4.19.2 to v4.21.2
For example:
api/v1/users/1/posts
Old behavior
sentry build req._reconstructedRoute as:
api/v1/users/1/posts
New behavior
sentry build req._reconstructedRoute as:
api/v1/users/:param/posts
0 commit comments