I am using this library and noticed that httpRequest fields are not used.
This might be because the httpRequest is at jsonPayload.context.httpRequest I believe this field needs to be either at the root or right under jsonPayload ––but I am not sure.
Here is a properly labeled request log (not created by this library)

And here is the log from this library, its request fields are not extracted into the blue pills in the UI:

Any ideas what might be the issue here? I am suspecting logKeyContextHTTPRequest = "context.httpRequest is the culprit.
I am using this library and noticed that httpRequest fields are not used.
This might be because the httpRequest is at
jsonPayload.context.httpRequestI believe this field needs to be either at the root or right under jsonPayload ––but I am not sure.Here is a properly labeled request log (not created by this library)
And here is the log from this library, its request fields are not extracted into the blue pills in the UI:
Any ideas what might be the issue here? I am suspecting
logKeyContextHTTPRequest = "context.httpRequestis the culprit.