sentry-cocoa
sentry-cocoa copied to clipboard
Add backpressure for breadcrumbs
Description
Adding automatic breadcrumbs in a tight loop can slow down users' apps. To avoid this, we can add a backpressure mechanism when adding breadcrumbs. Ideally, we write this logic in a reusable way.