Merge pull request #8599 from tchak/fix-lograge
fix(lograge): send client_ip and request_id to es
This commit is contained in:
commit
9733121fca
1 changed files with 3 additions and 1 deletions
|
@ -18,7 +18,9 @@ Rails.application.configure do
|
|||
graphql_variables: event.payload[:graphql_variables],
|
||||
browser: event.payload[:browser],
|
||||
browser_version: event.payload[:browser_version],
|
||||
platform: event.payload[:platform]
|
||||
platform: event.payload[:platform],
|
||||
client_ip: event.payload[:client_ip],
|
||||
request_id: event.payload[:request_id]
|
||||
}.compact
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue