Sha256: f22e90e6ece0f4c697ed20ea548fffe7880896fe1bd21ed489b867ebb0285b6b

Contents?: true

Size: 166 Bytes

Versions: 12

Compression:

Stored size: 166 Bytes

Contents

require 'bugsnag'
require './app'

configure_basics
add_at_exit

def run(callback)
  Bugsnag.before_notify_callbacks << callback

  raise RuntimeError.new "Oh no"
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
bugsnag-6.15.0 features/fixtures/plain/app/report_modification/initiators/unhandled_before_notify.rb
bugsnag-6.14.0 features/fixtures/plain/app/report_modification/initiators/unhandled_before_notify.rb
bugsnag-6.13.1 features/fixtures/plain/app/report_modification/initiators/unhandled_before_notify.rb
bugsnag-6.13.0 features/fixtures/plain/app/report_modification/initiators/unhandled_before_notify.rb
bugsnag-6.12.2 features/fixtures/plain/app/report_modification/initiators/unhandled_before_notify.rb
bugsnag-6.12.1 features/fixtures/plain/app/report_modification/initiators/unhandled_before_notify.rb
bugsnag-6.12.0 features/fixtures/plain/app/report_modification/initiators/unhandled_before_notify.rb
bugsnag-6.11.1 features/fixtures/plain/app/report_modification/initiators/unhandled_before_notify.rb
bugsnag-6.11.0 features/fixtures/plain/app/report_modification/initiators/unhandled_before_notify.rb
bugsnag-6.10.0 features/fixtures/plain/app/report_modification/initiators/unhandled_before_notify.rb
bugsnag-6.9.0 features/fixtures/plain/app/report_modification/initiators/unhandled_before_notify.rb
bugsnag-6.8.0 features/fixtures/plain/app/report_modification/initiators/unhandled_before_notify.rb