From a47ce7d069d052683ed28e210159c7918655b391 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Tue, 27 Oct 2020 23:47:13 +0100 Subject: [PATCH] Add Raven context to RfC show --- app/views/request_for_comments/show.html.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.