bugsnag / bugsnag-ruby

BugSnag error monitoring & reporting software for rails, sinatra, rack and ruby
https://docs.bugsnag.com/platforms/ruby
MIT License
249 stars 174 forks source link

Add `Bugsnag#breadcrumbs` getter #689

Closed imjoehaines closed 3 years ago

imjoehaines commented 3 years ago

Goal

This PR adds Bugsnag#breadcrumbs; a simple getter for the current list of breadcrumbs

This already existed on the Configuration class, so this API is just for convenience (Bugsnag.breadcrumbs vs Bugsnag.configuration.breadcrumbs)