Sha256: dccf6e1ff988c653307bc3b5d4b41e664b8b4ab8234ea18640375898879d3d86
Contents?: true
Size: 279 Bytes
Versions: 12
Compression:
Stored size: 279 Bytes
Contents
require 'bugsnag' require './app' configure_basics add_at_exit def run(callback) Bugsnag.before_notify_callbacks << callback step_one end def step_one step_two end def step_two step_three end def step_three crash end def crash raise RuntimeError.new "Oh no" end
Version data entries
12 entries across 12 versions & 1 rubygems