Sha256: 3092ef6e6dbdad264ff26cda35b5ab0e0bd90884638ff62d17b91c80ff023f71

Contents?: true

Size: 200 Bytes

Versions: 5

Compression:

Stored size: 200 Bytes

Contents

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sentry-rails-4.0.0 lib/sentry/rails/capture_exception.rb
sentry-rails-0.3.0 lib/sentry/rails/capture_exception.rb
sentry-rails-0.2.0 lib/sentry/rails/capture_exception.rb
sentry-rails-0.1.2 lib/sentry/rails/capture_exception.rb
sentry-rails-0.1.1 lib/sentry/rails/capture_exception.rb