# File lib/new_relic/agent/instrumentation/action_view_subscriber.rb, line 23 def finish(name, id, payload) #THREAD_LOCAL_ACCESS event = pop_event(id) event.segment.finish if event.segment rescue => e log_notification_error(e, name, 'finish') end