Skip to content

Instantly share code, notes, and snippets.

@gnarg
Created September 28, 2011 18:19
Show Gist options
  • Save gnarg/1248746 to your computer and use it in GitHub Desktop.
Save gnarg/1248746 to your computer and use it in GitHub Desktop.
config.after_initialize do
begin
DependencyDetection.dependency_by_name(:passenger).execute
rescue Exception => e
NewRelic::Agent.logger.error(e.message)
NewRelic::Agent.logger.error(e.backtrace.join("\n"))
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment