Skip to content

Track npm structure too large exceptions

Nourdin el Bacha requested to merge npm-log-exception-structure-too-large into master

What does this MR do and why?

Describe in detail what your merge request does and why.

This MR tracks the package_json of npm when it raises a structure is too large validation exception.

If an npm package's metadatum for package_json is too large, we raise the exception of type structure is too large. For troubleshooting purposes, it would be good to have a reference of the package_json in order to identify why the package_json is too large. By tracking this, we avoid the need to manually inspect network traffic upon publishing an npm package during troubleshooting.

Closes #345759 (closed)

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports