# # OneApm RubyAgent Configuration # common: &default_settings license_key: 'please-paste-your-license-key-here' # This app_name will be the application name in oneapm.com in your account. # # If you change this name, a new application will appear in your account with # the new name. and data will stop reporting to the app with the old name. # app_name: My Application # # Environment-specific settings # production: <<: *default_settings monitor_mode: true development: <<: *default_settings # Turn on communication to OneApm service in development mode monitor_mode: true app_name: My Application (Development) test: <<: *default_settings monitor_mode: false # Staging environment which behaves identically to production. staging: <<: *default_settings monitor_mode: true app_name: My Application (Staging)