#New Relic
To enable the New Relic agent within Rails console
NEWRELIC_AGENT_ENABLED=true rails c
And then you can send errors
irb(main):001:0> NewRelic::Agent.notice_error(StandardError.new("Test error"))
=> nil
#New Relic
To enable the New Relic agent within Rails console
NEWRELIC_AGENT_ENABLED=true rails c
And then you can send errors
irb(main):001:0> NewRelic::Agent.notice_error(StandardError.new("Test error"))
=> nil