don't report console errors to Sentry

This commit is contained in:
Renée Hendricksen 2016-08-03 00:13:43 -04:00
parent 779b6a569e
commit 77e47bc41a

View File

@ -195,7 +195,7 @@ module Travis::Api
end
end
if use_monitoring? #&& !console?
if use_monitoring? && !console?
setup_monitoring
end
end