зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1646832: Fix Sentry blocklist not applying to some members r=rstewart
Depends on D81792 Differential Revision: https://phabricator.services.mozilla.com/D82069
This commit is contained in:
Родитель
87092a1009
Коммит
0822484803
|
@ -18,7 +18,7 @@ from six.moves.configparser import SafeConfigParser, NoOptionError
|
|||
# The following developers frequently modify mach code, and testing will commonly cause
|
||||
# exceptions to be thrown. We don't want these exceptions reported to Sentry.
|
||||
_DEVELOPER_BLOCKLIST = [
|
||||
'ahalberstadt@mozilla.com'
|
||||
'ahalberstadt@mozilla.com',
|
||||
'mhentges@mozilla.com',
|
||||
'rstewart@mozilla.com',
|
||||
'sledru@mozilla.com'
|
||||
|
|
Загрузка…
Ссылка в новой задаче