Steven Wong
Steven Wong
It’s an in-house http client, the usage is described in #1463, where the “get” method takes a callback to handle the http response. Think you can make an example based...
@lalitb Thanks for sharing the example. I've run debugging on it and the result looks to be as expected. It ended up with 2 spans, outer and inner, and the...
@lalitb This is the sample code I wrote for testing, based on the default http_client. For some reason, the onResponse handler won't trigger, so I add the code in the...
Raised another PR https://github.com/nytimes/react-tracking/pull/234 removing both defaultProps and prop-types. Can we prioritize on fixing this issue as it's a blocker for our react upgrade. Thanks.