Skip to content

Instantly share code, notes, and snippets.

@idyll
Created November 24, 2011 10:41
Show Gist options
  • Save idyll/1391067 to your computer and use it in GitHub Desktop.
Save idyll/1391067 to your computer and use it in GitHub Desktop.
A NewRelic config file needed to work on Heroku Cedar.
---
<%= ENV["RACK_ENV"] %>:
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: false
app_name: <%= ENV["NEW_RELIC_APP_NAME"] %>
transaction_tracer:
record_sql: obfuscated
enabled: true
stack_trace_threshold: 0.5
transaction_threshold: apdex_f
capture_params: false
log_level: i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment