errors.rb

Path: lib/new_relic/agent/instrumentation/rails/errors.rb
Last Update: Wed Feb 15 06:29:35 +0000 2017

encoding: utf-8 This file is distributed under New Relic‘s license terms. See github.com/newrelic/rpm/blob/master/LICENSE for complete details.

Methods

Public Instance methods

Make a note of an exception associated with the currently executing controller action. Note that this used to be available on Object but we replaced that global method with NewRelic::Agent#notice_error. Use that one instead.

@api public @deprecated

[Validate]