@tracelog/lib 2.7.2-rc.97.2 → 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.
@@ -641,7 +641,9 @@ declare class PermanentError extends Error {
641
641
  /**
642
642
  * Represents a rate limit error (429) that should not be retried in the
643
643
  * inner send loop. Events are persisted for periodic retry via EventManager
644
- * backoff, where server-side idempotency cache will resolve them.
644
+ * backoff. Deduplication of retried events is integration-specific (e.g.
645
+ * TraceLog SaaS handles it server-side; custom backends should implement
646
+ * their own idempotency).
645
647
  */
646
648
  declare class RateLimitError extends Error {
647
649
  constructor(message: string);
@@ -641,7 +641,9 @@ declare class PermanentError extends Error {
641
641
  /**
642
642
  * Represents a rate limit error (429) that should not be retried in the
643
643
  * inner send loop. Events are persisted for periodic retry via EventManager
644
- * backoff, where server-side idempotency cache will resolve them.
644
+ * backoff. Deduplication of retried events is integration-specific (e.g.
645
+ * TraceLog SaaS handles it server-side; custom backends should implement
646
+ * their own idempotency).
645
647
  */
646
648
  declare class RateLimitError extends Error {
647
649
  constructor(message: string);