• 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.

    Parameters

    • url: string

      The URL or endpoint being retried

    • operation: string

      Description of the operation being retried

    Returns void

      recordRetry('https://api.shopify.com/themes', 'upload')