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