pub unsafe extern "C" fn options_set_max_breadcrumbs(
    opts: *mut Options,
    max_breadcrumbs: usize
)
Expand description

Sets the number of breadcrumbs being tracked and attached to events.

Defaults to 100.