forked from glacials/splits-io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnewrelic.yml
46 lines (34 loc) · 872 Bytes
/
newrelic.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# license key is specified in NEW_RELIC_LICENSE_KEY
# common sets the defaults, which are overridden per-environment below
common: &default_settings
app_name: splits-io
monitor_mode: true
developer_mode: false
log_level: info
browser_monitoring:
auto_instrument: true
audit_log:
enabled: false
capture_params: false
transaction_tracer:
enabled: true
transaction_threshold: apdex_f
record_sql: obfuscated
stack_trace_threshold: 0.500
error_collector:
enabled: true
ignore_errors: "ActionController::RoutingError,Sinatra::NotFound"
development:
<<: *default_settings
app_name: splits-io (dev)
developer_mode: true
hot:
<<: *default_settings
app_name: splits-io (dev)
developer_mode: true
test:
<<: *default_settings
monitor_mode: false
production:
<<: *default_settings
app_name: splits-io