class OpenTracing::Instrumentation::Rack::UnsafePathSanitazer

UnsafePathSanitazer return raw path

Public Instance Methods

sanitaze_path(path) click to toggle source
# File lib/opentracing/instrumentation/rack/unsafe_path_sanitazer.rb, line 10
def sanitaze_path(path)
  path
end