Sha256: 3747dc494638f07203d46bffa40c6edb8b5a767f3c3ff862b8f6bbc01edd42b0

Contents?: true

Size: 634 Bytes

Versions: 9

Compression:

Stored size: 634 Bytes

Contents

common: &default_settings
  license_key: 'bd0e1d52adade840f7ca727d29a86249e89a6f1c'
  host: 127.0.0.1
  port: <%= $collector && $collector.port %>
  app_name: Rails 3 view test ap
  enabled: true
  ssl: false
  apdex_t: 1.0
  capture_params: true
  transaction_tracer:
    enabled: true
    transaction_threshold: apdex_f
    record_sql: obfuscated
    stack_trace_threshold: 0.500
  error_collector:
    enabled: true
    capture_source: true
    ignore_errors: IgnoredError

development:
  <<: *default_settings
  developer: true

test:
  <<: *default_settings

production:
  <<: *default_settings

staging:
  <<: *default_settings

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
newrelic_rpm-3.7.0.177 test/multiverse/suites/rails/config/newrelic.yml
newrelic_rpm-3.7.0.174.beta test/multiverse/suites/rails/config/newrelic.yml
newrelic_rpm-3.6.9.171 test/multiverse/suites/rails/config/newrelic.yml
newrelic_rpm-3.6.8.168 test/multiverse/suites/rails/config/newrelic.yml
newrelic_rpm-3.6.8.164 test/multiverse/suites/rails/config/newrelic.yml
newrelic_rpm-3.6.7.159 test/multiverse/suites/rails/config/newrelic.yml
newrelic_rpm-3.6.7.159.beta test/multiverse/suites/rails/config/newrelic.yml
newrelic_rpm-3.6.7.152 test/multiverse/suites/rails/config/newrelic.yml
newrelic_rpm-3.6.6.147 test/multiverse/suites/rails/config/newrelic.yml