2016-03-03 18:33:59 +01:00
|
|
|
if LogStasher.enabled
|
|
|
|
LogStasher.add_custom_fields do |fields|
|
2017-08-28 11:18:38 +02:00
|
|
|
fields[:type] = "tps"
|
2016-03-03 18:33:59 +01:00
|
|
|
end
|
2018-01-17 14:40:31 +01:00
|
|
|
|
2018-08-07 16:13:40 +02:00
|
|
|
LogStasher.add_custom_fields_to_request_context do |fields|
|
|
|
|
fields.merge!(session_info_payload)
|
2018-01-17 14:40:31 +01:00
|
|
|
end
|
2016-03-03 18:33:59 +01:00
|
|
|
end
|