Closed
Description
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment