Skip to content

Instantly share code, notes, and snippets.

@glenngillen
Created February 15, 2012 18:55
Show Gist options
  • Save glenngillen/1838135 to your computer and use it in GitHub Desktop.
Save glenngillen/1838135 to your computer and use it in GitHub Desktop.
New Relic Config
---
<%= ENV["RAILS_ENV"] || "development" %>:
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"] %>
developer_mode: <%= ENV["RAILS_ENV"] != "development" ? "false" : "true" %>
app_name: <%= ENV["NEW_RELIC_APPNAME"] %>
transaction_tracer:
record_sql: obfuscated
enabled: true
stack_trace_threshold: 0.5
transaction_threshold: apdex_f
capture_params: false
log_level: info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment