Skip to content

Instantly share code, notes, and snippets.

@samg
Forked from cschiewek/gist:5406033
Created April 17, 2013 17:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samg/5406046 to your computer and use it in GitHub Desktop.
Save samg/5406046 to your computer and use it in GitHub Desktop.
begin
raise 'example'
rescue Exception => exception
if defined? ::NewRelic
::NewRelic::Agent.notice_error(exception)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment