From 77e47bc41af2d31727acce23a440f41a1d3fa930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Hendricksen?= Date: Wed, 3 Aug 2016 00:13:43 -0400 Subject: [PATCH] don't report console errors to Sentry --- lib/travis/api/app.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/travis/api/app.rb b/lib/travis/api/app.rb index fe1e8e7b..d61a498b 100644 --- a/lib/travis/api/app.rb +++ b/lib/travis/api/app.rb @@ -195,7 +195,7 @@ module Travis::Api end end - if use_monitoring? #&& !console? + if use_monitoring? && !console? setup_monitoring end end