Sha256: ac0bc6ce0d76c4e539d02dbb7ed55faa1d2f014d13c84aef54ecf4d0992eec20

Contents?: true

Size: 247 Bytes

Versions: 12

Compression:

Stored size: 247 Bytes

Contents

require './app'

configure_basics

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

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

Version data entries

12 entries across 12 versions & 1 rubygems

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