mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-01 02:25:45 +08:00
Summary: This commit adds a new option to the `reportError` interface to allow to rate limit specific kinds of errors that are known to be reported a lot if they fall in a loop for example. For now, it only allows to impose a fixed reporting rate per hour for a specific error, and will not report any errors past that rate before an hour has passed. Depends on D4099 Test Plan: manually check that it reports and does not report errors based on the rate limit data passed Reviewers: khamidou, mark, evan, halla, spang Reviewed By: evan, halla, spang Differential Revision: https://phab.nylas.com/D4100 |
||
---|---|---|
.. | ||
client-app | ||
client-sync | ||
isomorphic-core | ||
README.md |
Monorepo Packages
Each folder here is designed to act as its own repository. For development convenience, they are all included here in one monorepo. This allows us to grep across multiple codebases, not use submodules, and keep a unified commit history.
We use Lerna to manage the monorepo and tie
them all together with the main nylas-mail-all/scripts/postinstall.es6
script,
which in turn, calls lerna bootstrap