mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-14 08:35:29 +08:00
Summary: When reporting different times to mixpanel other than `actionTimeMs` via recordPerfMetric, we also want to clip those times to a range to have good data in mixpanel This commit adds an extra option to recordPerfMetrics to be able to clip data other than the default `actionTimeMs`, and uses the new option to report search metrics Test Plan: manual Reviewers: spang, evan, halla, mark Reviewed By: mark Differential Revision: https://phab.nylas.com/D4038 |
||
---|---|---|
.. | ||
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