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
`${chalk.red('error')} - ${chalk.bold('Sentry CLI binary not found.')} Source maps will not be uploaded.\n`,
850
-
);
848
+
if(!showedMissingCLiBinaryErrorMsg){
849
+
// eslint-disable-next-line no-console
850
+
console.error(
851
+
`${chalk.red('error')} - ${chalk.bold(
852
+
'Sentry CLI binary not found.',
853
+
)} Source maps will not be uploaded. Please check that postinstall scripts are enabled in your package manager when installing your dependencies and please run your build once without any caching to avoid caching issues of dependencies.\n`,
0 commit comments