bugsnag-ruby
bugsnag-ruby copied to clipboard
BugSnag error monitoring & reporting software for rails, sinatra, rack and ruby
## Goal Closes #777 The default user metadata includes `id` but without the Warden scope, if you have multiple user types, for example: `User` and `AdminUser`, it wouldn't be possible...
## Goal Add a block variant of `add_on_error` Usage: ```ruby Bugsnag.configure do |configuration| configuration.on_error do |event| event.add_metadata(:information, { a: 1 }) end end # or Bugsnag.on_error do |event| event.add_metadata(:information, {...
### Describe the bug I see warnings about circular require every time I run rake tasks. ### Steps to reproduce 1. Create rails application ``` rails new test-bugsnag cd test-bugsnag...
## Goal Amend secondary instance URL to bugsnag.smartbear.com. ## Testing Existing tests updated.
Updates support docs with latest content and adds `SECURITY.md`.