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 5, 2026. It is now read-only.
When running this package locally with reportMode: 'never' which prevents any reporting but we still get an console message about not being able to find credential information because when creating the error reporting client authentication is still attempted.
Would it be possible for a similar check be put in before attempting this (both API key and obtaining an access token)?
When running this package locally with
reportMode: 'never'which prevents any reporting but we still get an console message about not being able to find credential information because when creating the error reporting client authentication is still attempted.Would it be possible for a similar check be put in before attempting this (both API key and obtaining an access token)?