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
The sinatra tracer currently omits the script name from the request path. This means that all subclasses of Sinatra::Base occupy the same path namespace.
Given subclasses Foo and Bar, /foo/:id should not be conflated with /bar/:id
The text was updated successfully, but these errors were encountered:
Hey @jamiehodge! we've addressed this issue with the latest beta release (#283 is the reference PR). Closing this issue since it wasn't properly tracked in the PR.
The sinatra tracer currently omits the script name from the request path. This means that all subclasses of Sinatra::Base occupy the same path namespace.
Given subclasses Foo and Bar,
/foo/:id
should not be conflated with/bar/:id
The text was updated successfully, but these errors were encountered: