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

    Type Alias ThrottleTransition

    ThrottleTransition:
        | { kind: "none" }
        | { kind: "started" }
        | { kind: "ended"; suppressedCount: number }

    The state transition (if any) that just occurred for an error key. Used by callers to decide whether to emit a "Throttling started" or "Throttling ended after suppressing N events" log.