Enable a sentry log that indicates that an error is being throttled.
When throttling begins, this determines how much time must pass before the error will be logged again.
In order for throttling to turn off, the throttle threshold must have not been hit for this entire duration.
If an error is logged this many times within logInterval
, it starts getting throttled.
Throttling options.