temporarly remove newrelic_ignore in PublicsController for heroku analysis
This commit is contained in:
parent
25a15259bc
commit
740cedde44
1 changed files with 5 additions and 1 deletions
|
|
@ -9,7 +9,11 @@ class PublicsController < ApplicationController
|
|||
require File.join(Rails.root, '/lib/postzord/receiver/private')
|
||||
include Diaspora::Parser
|
||||
|
||||
newrelic_ignore if EnviromentConfiguration.using_new_relic?
|
||||
# We use newrelic_ignore to prevent artifical RPM bloat; however,
|
||||
# I am commenting this line out for the time being to debug some apparent
|
||||
# issues on Heroku.
|
||||
#
|
||||
# newrelic_ignore if EnviromentConfiguration.using_new_relic?
|
||||
|
||||
skip_before_filter :set_header_data
|
||||
skip_before_filter :which_action_and_user
|
||||
|
|
|
|||
Loading…
Reference in a new issue