Closed
Description
It is possible that a lot of replay breadcrumbs are captured in a short amount of time. E.g. if a page makes continuously hundreds of API requests, we will always capture them all.
We should limit this to a certain upper limit, throttling this for a given time frame.
Proposal
We allow up to 500 breadcrumbs per minute. Anything over this will be discarded. This is a moving window, meaning that a breadcrumb will stop counting towards the limit after 60s.