releases.shpreview

Error tracking rate-limiter config now first-class options

@posthog/core@1.41.0

July 14, 2026PostHog JSView original ↗
1 feature1 enhancementThis release1 featureNew capabilities1 enhancementImprovements to existing featuresAI-tallied from the release notes
From the original release noteView original ↗

1.41.0

Minor Changes

  • #4101 dc2aa5b Thanks @posthog! - Normalize the error tracking rate-limiter config to first-class options. The browser SDK now reads exceptionRateLimiterRefillRate / exceptionRateLimiterBucketSize on error_tracking, with the previous double-underscore __exceptionRateLimiterRefillRate / __exceptionRateLimiterBucketSize options deprecated but still honoured as a fallback. The option shape (ExceptionRateLimiterConfig) and default-resolution logic (resolveExceptionRateLimiterConfig) now live in @posthog/core and are shared between the browser and Node SDKs. (2026-07-14)

Patch Changes

  • Updated dependencies [dc2aa5b]:
    • @posthog/types@1.394.0

Fetched July 14, 2026

Error tracking rate-limiter config now first-class options… — releases.sh