gecko-dev/build/sparse-profiles/mach
Mitchell Hentges 5b5e1ea7b9 Bug 1636251: report |./mach| errors with Sentry r=rstewart
These errors are reported to the "mach" project here:
https://sentry.prod.mozaws.net/operations/mach/

Should only report exceptions caused by a failure in `mach` or its subcommands. Build/test/etc failures
should not be sent to Sentry.

Depends on D74737

Differential Revision: https://phabricator.services.mozilla.com/D74738
2020-06-11 20:38:04 +00:00

19 lines
626 B
Plaintext

[include]
# Various mach commands call config.guess to resolve the default objdir name.
path:build/autoconf/config.guess
path:build/autoconf/config.sub
path:build/moz.configure/checks.configure
path:build/moz.configure/init.configure
path:build/moz.configure/util.configure
# Used for bootstrapping the mach driver.
path:build/mach_bootstrap.py
path:build/virtualenv_packages.txt
path:mach
# Various dependencies. There is room to trim fat, especially in
# third_party/python.
path:python/
path:testing/mozbase/
path:third_party/python/
# certifi is needed for Sentry
path:testing/web-platform/tests/tools/third_party/certifi