don't report console errors to Sentry
This commit is contained in:
parent
779b6a569e
commit
77e47bc41a
|
@ -195,7 +195,7 @@ module Travis::Api
|
|||
end
|
||||
end
|
||||
|
||||
if use_monitoring? #&& !console?
|
||||
if use_monitoring? && !console?
|
||||
setup_monitoring
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user