Commit 999212fb authored by Ian Bicking's avatar Ian Bicking
Browse files

Bug 1636568 - suppress Sentry reporting of a common Screenshots failure. r=_6a68, a=pascalc

Starting with Firefox 76 we're seeing this (seemingly benign) error being reported much more commonly, causing unnecessary load on our Sentry instance. Adding .noReport=true keeps this from being reported to Sentry.

Differential Revision: https://phabricator.services.mozilla.com/D74471
parent d26e6923
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -457,6 +457,7 @@ this.uicontrol = (function() {
        exc.unloadTime = unloadTime;
        exc.nowTime = Date.now();
        exc.noPopup = true;
        exc.noReport = true;
        throw exc;
      }
      if (ui.isHeader(event.target)) {