@tracelog/lib 2.7.2-rc.97.3 → 2.7.2-rc.97.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -824,7 +824,7 @@ TraceLog implements intelligent error handling with automatic retries for transi
|
|
|
824
824
|
**Rate Limit** (429):
|
|
825
825
|
- **No in-session retries** (deferred to EventManager periodic backoff)
|
|
826
826
|
- **Events persisted immediately** to localStorage for next-cycle recovery
|
|
827
|
-
-
|
|
827
|
+
- TraceLog SaaS deduplicates retries server-side; custom backends should implement idempotency
|
|
828
828
|
|
|
829
829
|
**Permanent Errors** (4xx except 408, 429):
|
|
830
830
|
- **No retries** (immediate failure)
|