diff --git a/app/views/request_for_comments/show.html.slim b/app/views/request_for_comments/show.html.slim index 499abbcb..e3032682 100644 --- a/app/views/request_for_comments/show.html.slim +++ b/app/views/request_for_comments/show.html.slim @@ -40,7 +40,7 @@ - output_runs.each do |testrun| - output = testrun.try(:output) - if output - - puts output + - Raven.extra_context(output: output) - begin - Timeout::timeout(2) do // (?:\\"|.) is required to correctly identify " within the output.