We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b86f325 + 88dba64 commit d64aa6aCopy full SHA for d64aa6a
lib/exception_notifier/github_notifier.rb
@@ -18,9 +18,9 @@ def initialize(options)
18
def call(exception, options = {})
19
@exception = exception
20
@env = options[:env]
21
- @kontroller = @env['action_controller.instance']
22
@data = (@env && @env['exception_notifier.exception_data'] || {}).merge(options[:data] || {})
23
unless @env.nil?
+ @kontroller = @env['action_controller.instance']
24
@request = ActionDispatch::Request.new(@env)
25
@request_hash = hash_from_request
26
@session = @request.session
0 commit comments