Sha256: dee5a4f42b5c10fda3f18bd704b7cf7be66b69ed71c19cfaafcfcb12423b9518
Contents?: true
Size: 735 Bytes
Versions: 5
Compression:
Stored size: 735 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
Version data entries
5 entries across 5 versions & 1 rubygems