Mission Control Dashboard & SDK Update
Redesigned the main dashboard as a Mission Control view with quick-scrape autorun, and released SDK v2.0.1 with retry logic.
The main dashboard has been redesigned as a Mission Control view. Quick Scrape now autoruns for instant results, and key metrics are displayed in a streamlined vitals panel.
Both Python and Node.js SDKs now include automatic retry with exponential backoff and logging. Failed requests are retried transparently for better reliability.
New Features
2Mission Control Dashboard
The main dashboard has been redesigned as a Mission Control view. Quick Scrape now autoruns for instant results, and key metrics are displayed in a streamlined vitals panel.
SDK Retry Logic (v2.0.1)
Both Python and Node.js SDKs now include automatic retry with exponential backoff and logging. Failed requests are retried transparently for better reliability.
Bug Fixes
1Usage Chart Axis Fix
Fixed an issue where chart lines could cross the axes in the usage dashboard, improving data visualization accuracy.
Plus 17 internal changes for stability and performance.