Skip to content

Instantly share code, notes, and snippets.

@davedkg
Created September 19, 2011 07:11
Show Gist options
  • Save davedkg/1226088 to your computer and use it in GitHub Desktop.
Save davedkg/1226088 to your computer and use it in GitHub Desktop.
Monkey patch to remove Jammit#package from being recorded by newrelic.
module Jammit
class Controller < ActionController::Base
newrelic_ignore
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment