mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-09 02:15:32 +00:00
Move the sentry dependency out of developer-utils and into the console apps kmc and server, in process of making sure that developer-utils has no node dependencies. Also copy the options.ts module into kmc and server, for the same reason. This first step duplicates two units, options.ts and KeymanSentry.ts. We do need to refactor this again later to avoid this duplication (maybe via yet another internal package?) |
||
|---|---|---|
| .. | ||
| src | ||
| test | ||
| .gitignore | ||
| build.sh | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
@keymanapp/developer-utils
This is a helper library for @keymanapp/kmc and other @keymanapp modules, containing helper functions such as:
spawnChild()- Sentry integration
- MIT license text validation
It is not intended for separate use.
Note: developer/server depends on this module; adding extra dependencies may impact the bundling for that module too (#10872).