diff --git a/config/newrelic.yml.sample b/config/newrelic.yml.sample index 5c716151d..15ad09c1d 100644 --- a/config/newrelic.yml.sample +++ b/config/newrelic.yml.sample @@ -217,6 +217,7 @@ test: production: <<: *default_settings monitor_mode: true + dispatcher: 'puma' # Many applications have a staging environment which behaves # identically to production. Support for that environment is provided @@ -225,3 +226,4 @@ staging: <<: *default_settings monitor_mode: true app_name: ABF (Staging) + dispatcher: 'puma'