Skip to content

v2.1.0

Choose a tag to compare

@otsch otsch released this 14 Feb 15:51
· 15 commits to main since this release

Added

  • New classes RequestTracker and TrackingGuzzleClientFactory. When steps need to execute HTTP requests without the HttpLoader from the crawler package (for example when using some REST API SDK), developers are encouraged to utilize either a Guzzle Client instance generated by the TrackingGuzzleClientFactory or invoke the trackHttpResponse() or trackHeadlessBrowserResponse() methods of the RequestTracker manually after each request. This enables seamless tracking of requests within the crwl.io app.