We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8928ea2 commit e5a6f71Copy full SHA for e5a6f71
config/initializers/new_relic.rb
@@ -1,4 +1,6 @@
1
if Rails.env.production?
2
::NewRelic::Agent.manual_start()
3
::NewRelic::Agent.after_fork(force_reconnect: true)
4
+
5
+ GC::Profiler.enable
6
end
0 commit comments