Sha256: 20679a12b60dfb67039b8380d52d4a8a93ed209e8eda95734de076c53c0885ea

Contents?: true

Size: 193 Bytes

Versions: 12

Compression:

Stored size: 193 Bytes

Contents

initiator = ENV['CALLBACK_INITIATOR']

require "./stack_frame_modification/initiators/#{initiator}"

callback = Proc.new do |report|
  report.exceptions[0][:stacktrace].shift
end

run(callback)

Version data entries

12 entries across 12 versions & 1 rubygems

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