sentry-vir - v4.4.0
    Preparing search index...

    Function combineThrottleThreshold

    • Combines a per-call throttle threshold with the active global throttle options, taking the minimum of the two so the per-call threshold can only ever tighten throttling.

      Parameters

      • base: Readonly<PartialWithUndefined<ThrottleOptions>> | undefined
      • perCallThreshold: number | undefined

      Returns Readonly<PartialWithUndefined<ThrottleOptions>>