def initialize(local_settings)
super({
:ssl => true,
:capture_params => false,
'resque.capture_params''resque.capture_params' => false,
'sidekiq.capture_params''sidekiq.capture_params' => false,
'transaction_tracer.record_sql''transaction_tracer.record_sql' => record_sql_setting(local_settings, 'transaction_tracer.record_sql''transaction_tracer.record_sql'),
'slow_sql.record_sql''slow_sql.record_sql' => record_sql_setting(local_settings, 'slow_sql.record_sql''slow_sql.record_sql'),
'mongo.obfuscate_queries''mongo.obfuscate_queries' => true,
'transaction_tracer.record_redis_arguments''transaction_tracer.record_redis_arguments' => false,
'custom_insights_events.enabled''custom_insights_events.enabled' => false,
'strip_exception_messages.enabled''strip_exception_messages.enabled' => true
})
end