Skip to content

@posthog/core@1.41.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 15:42
Immutable release. Only release title and notes can be modified.
d35f5f1

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