Skip to content

Instantly share code, notes, and snippets.

@gnarg
Created September 13, 2011 20:22
Show Gist options
  • Save gnarg/1215036 to your computer and use it in GitHub Desktop.
Save gnarg/1215036 to your computer and use it in GitHub Desktop.
module NewRelic::Rack
class BrowserMonitoring
def should_instrument?(status, headers)
false
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment