diff options
author | Dan McGee <dan@archlinux.org> | 2015-03-20 08:16:35 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2015-03-20 08:16:35 -0500 |
commit | 30bb320ed7be084e8b86e050d426f20d4b5a9045 (patch) | |
tree | a0e4b9833e7e82e818a893e32805c1fe3d6c1602 | |
parent | 91954bb99cdb58c5f43b86fbb0a2a70aca42529e (diff) |
Turn off real user/JavaScript NewRelic monitoring
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | newrelic.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newrelic.ini b/newrelic.ini index 5ced1ed2..72158dc4 100644 --- a/newrelic.ini +++ b/newrelic.ini @@ -177,7 +177,7 @@ error_collector.ignore_errors = # For those Python web frameworks that are supported, this # setting enables the auto-insertion of the browser monitoring # JavaScript fragments. -browser_monitoring.auto_instrument = true +browser_monitoring.auto_instrument = false # A thread profiling session can be scheduled via the UI when # this option is enabled. The thread profiler will periodically |