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:
Mitchell Hentges 2020-07-02 18:18:18 +00:00
Родитель 87092a1009
Коммит 0822484803
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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'