lib/tracer_client/log.rb in tracer_client-0.1.2 vs lib/tracer_client/log.rb in tracer_client-0.1.3

- old
+ new

@@ -6,10 +6,10 @@ # crit - исключения # emerg - неперехваченные исключения SEVERITIES = %i(debug info notice warn error crit alert emerg) FACILITIES = %i(request lib auth user product order line_item delivery odkl email direct_mail page exception) - ROBOT_UA_FRAGMENTS = /AhrefsBot|bingbot|DotBot|Googlebot|Mail.RU_Bot|MJ12bot|msnbot|SputnikBot|updown_tester|Web-Monitoring|WebMasterAid|YaDirectFetcher|YandexBot/ + ROBOT_UA_FRAGMENTS = /AhrefsBot|bingbot|DotBot|Googlebot|Mail.RU_Bot|MJ12bot|msnbot|SputnikBot|updown_tester|Web-Monitoring|WebMasterAid|YaDirectFetcher|Yahoo! Slurp|YandexBot/ def self.start_request(current_user, request, params, session, do_log_request) Tracer::Client.start_request(current_user, request, params, session)