We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Due to the number of cloud-provider SDKs that this package depends on, the footprint for installing datadog-ci is massive.
datadog-ci
If I initialize an empty NPM project and install only datadog-ci, I need to install 420 unique dependencies, weighing in at 146MB.
$ npm ls -a | sed '/deduped$/d' | wc -l 420 $ du -d 1 -h . 146M ./node_modules 146M .
I'd like for Datadog to consider shipping a modular version of this package that does not depend on large SDKs from cloud providers that I do not use.
I should not need to install 146 megabytes of dependencies to upload a sourcemap.
No response
None
The text was updated successfully, but these errors were encountered:
thats what she said ...
Sorry, something went wrong.
No branches or pull requests
Feature request description
Due to the number of cloud-provider SDKs that this package depends on, the footprint for installing
datadog-ci
is massive.If I initialize an empty NPM project and install only
datadog-ci
, I need to install 420 unique dependencies, weighing in at 146MB.Solution
I'd like for Datadog to consider shipping a modular version of this package that does not depend on large SDKs from cloud providers that I do not use.
I should not need to install 146 megabytes of dependencies to upload a sourcemap.
Additional context
No response
Command
None
The text was updated successfully, but these errors were encountered: