You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It is currently quite hard to open support tickets and provide enough context to the support team about my failure.
npm's registry provides a request-id in the event of a failure, which we aren't exposing in our CLI logs.
Describe the solution you'd like
Expose the request-id in the npm CLI logs, or through the --verbose output.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
After looking into this, we want a well-defined header to be returned from the registry so that other registries can follow suit if they want, rather than trying to lock into / track implementation-specific headers (i.e. CF-Ray). We have no way of knowing on any given registry what would constitute the "request-id" that could help them troubleshoot a request. It's better that they give us that info in a well-defined place so we can log it if it's there.
request-id seems like a good header name to implement.
Is your feature request related to a problem? Please describe.
It is currently quite hard to open support tickets and provide enough context to the support team about my failure.
npm's registry provides a
request-id
in the event of a failure, which we aren't exposing in our CLI logs.Describe the solution you'd like
Expose the
request-id
in the npm CLI logs, or through the--verbose
output.Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: