class Appsignal::Rack::JSExceptionCatcher

def error_cathing_endpoint?(env)

def error_cathing_endpoint?(env)
  env["PATH_INFO"] == Appsignal.config[:frontend_error_catching_path]
end