Skip to content

Commit

Permalink
Update the newrelic config as well
Browse files Browse the repository at this point in the history
  • Loading branch information
carols10cents committed Nov 6, 2014
1 parent 1ae23fe commit 0af24c3
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions config/newrelic.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
---
production:
error_collector:
capture_source: true
enabled: true
ignore_errors: ActionController::RoutingError
apdex_t: 0.5
ssl: false
monitor_mode: true
license_key: <%= ENV["NEW_RELIC_LICENSE_KEY"] %>
app_name: My Rstatus Instance
monitor_mode: true
developer_mode: false
app_name: <%= ENV["NEW_RELIC_APP_NAME"] %>
log_level: info
browser_monitoring:
auto_instrument: true
audit_log:
enabled: false
capture_params: false
transaction_tracer:
record_sql: obfuscated
enabled: true
stack_trace_threshold: 0.5
transaction_threshold: apdex_f
capture_params: false
log_level: info
record_sql: obfuscated
stack_trace_threshold: 0.500
error_collector:
enabled: true
ignore_errors: ActionController::RoutingError

0 comments on commit 0af24c3

Please sign in to comment.