getsentry/sentry-cocoa

Add backpressure for breadcrumbs

Opened this issue · 0 comments

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.