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
{{ message }}
This repository was archived by the owner on Mar 19, 2026. It is now read-only.
Starting with 0.18.X I believe the response is null when there is an error. The last version I see a non-null response when there is an error is 0.17.X.
https://github.com/GoogleCloudPlatform/cloud-profiler-nodejs depends on looking at a non-null response when there is an error to determine the server-specified backoff. Code for this is here and here.
Starting with 0.18.X I believe the response is null when there is an error. The last version I see a non-null response when there is an error is 0.17.X.