Sha256: 808fdb3728bc68fb6ecabe421748b8feebf0a3174168a20db03ed69df2c69e68

Contents?: true

Size: 349 Bytes

Versions: 24

Compression:

Stored size: 349 Bytes

Contents

class AppTypeController < ActionController::Base
  protect_from_forgery

  def index
    render json: {}
  end

  def initializer
    Bugsnag.notify("handled string")
    render json: {}
  end

  def after
    Bugsnag.configure do |conf|
      conf.app_type = params[:type]
    end
    Bugsnag.notify("handled string")
    render json: {}
  end
end

Version data entries

24 entries across 12 versions & 1 rubygems

Version Path
bugsnag-6.15.0 features/fixtures/rails3/app/app/controllers/app_type_controller.rb
bugsnag-6.15.0 features/fixtures/rails4/app/app/controllers/app_type_controller.rb
bugsnag-6.14.0 features/fixtures/rails4/app/app/controllers/app_type_controller.rb
bugsnag-6.14.0 features/fixtures/rails3/app/app/controllers/app_type_controller.rb
bugsnag-6.13.1 features/fixtures/rails3/app/app/controllers/app_type_controller.rb
bugsnag-6.13.1 features/fixtures/rails4/app/app/controllers/app_type_controller.rb
bugsnag-6.13.0 features/fixtures/rails4/app/app/controllers/app_type_controller.rb
bugsnag-6.13.0 features/fixtures/rails3/app/app/controllers/app_type_controller.rb
bugsnag-6.12.2 features/fixtures/rails3/app/app/controllers/app_type_controller.rb
bugsnag-6.12.2 features/fixtures/rails4/app/app/controllers/app_type_controller.rb
bugsnag-6.12.1 features/fixtures/rails3/app/app/controllers/app_type_controller.rb
bugsnag-6.12.1 features/fixtures/rails4/app/app/controllers/app_type_controller.rb
bugsnag-6.12.0 features/fixtures/rails3/app/app/controllers/app_type_controller.rb
bugsnag-6.12.0 features/fixtures/rails4/app/app/controllers/app_type_controller.rb
bugsnag-6.11.1 features/fixtures/rails3/app/app/controllers/app_type_controller.rb
bugsnag-6.11.1 features/fixtures/rails4/app/app/controllers/app_type_controller.rb
bugsnag-6.11.0 features/fixtures/rails3/app/app/controllers/app_type_controller.rb
bugsnag-6.11.0 features/fixtures/rails4/app/app/controllers/app_type_controller.rb
bugsnag-6.10.0 features/fixtures/rails3/app/app/controllers/app_type_controller.rb
bugsnag-6.10.0 features/fixtures/rails4/app/app/controllers/app_type_controller.rb