Sha256: aeb3c6ff8d32ffa029831fcc3e79a31fd2f8040af6daf8a2355654e48be58f46

Contents?: true

Size: 829 Bytes

Versions: 171

Compression:

Stored size: 829 Bytes

Contents

common: &default_settings
  app_name: "<%= app_name %>"
  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: "<%= app_name %> (Staging)"
  monitor_mode: true

Version data entries

171 entries across 171 versions & 19 rubygems

Version Path
onotole-1.1.3 templates/newrelic.yml.erb
suspenders-1.37.0 templates/newrelic.yml.erb
onotole-1.1.1 templates/newrelic.yml.erb
onotole-1.1.0 templates/newrelic.yml.erb
slining-1.5.0 templates/newrelic.yml.erb
onotole-1.0.17 templates/newrelic.yml.erb
suspenders-1.36.0 templates/newrelic.yml.erb
onotole-1.0.16 templates/newrelic.yml.erb
kratos-1.1.0 templates/newrelic.yml.erb
onotole-1.0.15 templates/newrelic.yml.erb
onotole-1.0.13 templates/newrelic.yml.erb
onotole-1.0.11 templates/newrelic.yml.erb
onotole-1.0.10 templates/newrelic.yml.erb
philosophies-suspenders-2.1.1 templates/newrelic.yml.erb
onotole-1.0.8 templates/newrelic.yml.erb
onotole-1.0.7 templates/newrelic.yml.erb
onotole-1.0.6 templates/newrelic.yml.erb
onotole-1.0.4 templates/newrelic.yml.erb
onotole-1.0.2 templates/newrelic.yml.erb
slining-1.4.0 templates/newrelic.yml.erb