; Configuration file for AppOptics PHP instrumentation via the ; `appoptics.so` extension. For help configuring the extension, please visit: ; http://docs.appoptics.com extension=appoptics.so [appoptics] ; appoptics.service_key: unique service identifier appoptics.service_key = ; appoptics.tracing: When traces should be initiated for incoming requests. Valid ; options change behavior when the incoming request is already part of a trace: ; "always" - Continue existing traces, otherwise attempt to start a new one. ; This is an appropriate setting for command line PHP scripts that ; are started manually or by cron. ; "never" - Never continue existing traces or start new ones. ;appoptics.tracing = always ; appoptics.enable_sanitize_sql: Enable or disable sanitizing SQL query traces using ; one of the following options: ; 0 - disable SQL sanitizing, ; 1 - enable SQL sanitizing and attempt to automatically determine which ; quoting form is used (the default), ; 2 - enable SQL sanitizing and drop double quoted characters, or ; 4 - enable SQL sanitizing and retain double quoted characters. ;appoptics.enable_sanitize_sql = 1 ; appoptics.enable_drupal_tracing: Enable or disable drupal tracing. Default is 1. ;appoptics.enable_drupal_tracing = 1 ; appoptics.enable_drupal_profiling: Enable or disable drupal profiling. Only in affect ; if appoptics.enable_drupal_tracing = 1. Default is 0. ;appoptics.enable_drupal_profiling = 0 ; appoptics.sample_rate: This value reflects the number of requests out of every ; million that will be traced, and must be an integer between 0 and 1000000. ; Setting this value is deprecated because it interferes with automatic sample ; rate configuration via smart tracing: ; http://docs.appoptics.com ;appoptics.sample_rate = 300000 ; appoptics.enable_cli: Enable or disable Command Line Interface (CLI) tracing. Default is 0. ;appoptics.enable_cli = 0 ; appoptics.so_file: The file name of the module. Default is "appoptics.so". ;appoptics.so_file = appoptics.so