Closed imjoehaines closed 3 years ago
This PR adds Bugsnag#breadcrumbs; a simple getter for the current list of breadcrumbs
Bugsnag#breadcrumbs
This already existed on the Configuration class, so this API is just for convenience (Bugsnag.breadcrumbs vs Bugsnag.configuration.breadcrumbs)
Bugsnag.breadcrumbs
Bugsnag.configuration.breadcrumbs
Goal
This PR adds
Bugsnag#breadcrumbs
; a simple getter for the current list of breadcrumbsThis already existed on the Configuration class, so this API is just for convenience (
Bugsnag.breadcrumbs
vsBugsnag.configuration.breadcrumbs
)