Sha256: f0204af0f2b3d2f91b5236f1f99bf4f6bfce4be1051974d12952a8dc769fb23e

Contents?: true

Size: 249 Bytes

Versions: 12

Compression:

Stored size: 249 Bytes

Contents

require './app'

configure_basics

Bugsnag.configure do |conf|
  conf.delivery_method = :thread_queue
end

Bugsnag.notify("handled string") do |report|
  report.add_tab(:config, {
    :delivery_method => "thread_queue",
    :forked => false
  })
end

Version data entries

12 entries across 12 versions & 1 rubygems

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