[Cleanup] Remove newrelic workaround

Hasn't been relevant since version 3.8.0 which was released almost a decade ago
This commit is contained in:
Earlopain 2023-08-14 20:19:41 +02:00
parent 14b0327ffc
commit 3f1a6ee95a
No known key found for this signature in database
GPG Key ID: 48860312319ADF61

View File

@ -1,7 +0,0 @@
# Ensure the agent is started using Unicorn.
# This is needed when using Unicorn and preload_app is not set to true.
# See https://newrelic.com/docs/ruby/no-data-with-unicorn
if defined? ::NewRelic
::NewRelic::Agent.manual_start()
::NewRelic::Agent.after_fork(:force_reconnect => true)
end