Closed dstepe closed 1 year ago
I'm going to place a hold on this for now. The sending of http requests asynchronously via curl is not as straightforward as expected. It requires additional work to ensure the curl event loop completes. See:
https://github.com/guzzle/guzzle/issues/1127
Users of this package can defer sending APM data until after they have sent their own response to the client, thus deferring the blocking impact.
Closes #49