Records retry attempts for network operations. Use this to track when operations are retried due to transient failures. Helps identify problematic endpoints or operations that frequently fail.
The URL or endpoint being retried
Description of the operation being retried
recordRetry('https://api.shopify.com/themes', 'upload') Copy
recordRetry('https://api.shopify.com/themes', 'upload')
Records retry attempts for network operations. Use this to track when operations are retried due to transient failures. Helps identify problematic endpoints or operations that frequently fail.