Sha256: 21681cb4dd33a3a78f0c2044499373307f596ba6bdc7657c44e5daacce524cb7

Contents?: true

Size: 202 Bytes

Versions: 2

Compression:

Stored size: 202 Bytes

Contents

module Sentry
  module Rails
    class CaptureExceptions < Sentry::Rack::CaptureExceptions
      def collect_exception(env)
        super || env["action_dispatch.exception"]
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sentry-rails-4.1.1 lib/sentry/rails/capture_exceptions.rb
sentry-rails-4.1.0 lib/sentry/rails/capture_exceptions.rb