Sha256: 5103b9e5b9f986e698d8b9951c3d8c765c5a6ac6c556d2f8af58f8041d734d2c

Contents?: true

Size: 816 Bytes

Versions: 6

Compression:

Stored size: 816 Bytes

Contents

common: &default_settings
  app_name: "rails_app"
  audit_log:
    enabled: false
  browser_monitoring:
    auto_instrument: true
  capture_params: false
  developer_mode: false
  error_collector:
    capture_source: true
    enabled: true
    ignore_errors: "ActionController::RoutingError,Sinatra::NotFound"
  license_key: "<%= ENV["NEW_RELIC_LICENSE_KEY"] %>"
  log_level: info
  monitor_mode: true
  transaction_tracer:
    enabled: true
    record_sql: obfuscated
    stack_trace_threshold: 0.500
    transaction_threshold: apdex_f
development:
  <<: *default_settings
  monitor_mode: false
  developer_mode: true
test:
  <<: *default_settings
  monitor_mode: false
production:
  <<: *default_settings
  monitor_mode: true
staging:
  <<: *default_settings
  app_name: "rails_app (Staging)"
  monitor_mode: true

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
chr-0.5.8 test/rails_app/config/newrelic.yml
chr-0.5.7 test/rails_app/config/newrelic.yml
chr-0.5.6 test/rails_app/config/newrelic.yml
chr-0.5.5 test/rails_app/config/newrelic.yml
chr-0.5.4 test/rails_app/config/newrelic.yml
chr-0.5.3 test/rails_app/config/newrelic.yml