getsentry/raven-ruby

View on GitHub
sentry-rails/examples/rails-5.2/app/controllers/welcome_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class WelcomeController < ApplicationController
  def index
    1 / 0
  end

  def report_demo
    render(status: 500)
  end
end