You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.