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
? "\nYou seem to be using Truborepo, did you forget to put `SENTRY_AUTH_TOKEN` in `passThroughEnv`? https://turbo.build/repo/docs/reference/configuration#passthroughenv"
? `\nYou seem to be using Truborepo, did you forget to put ${envVarName} in \`passThroughEnv\`? https://turbo.build/repo/docs/reference/configuration#passthroughenv`
327
+
: "";
327
328
if(!options.release.name){
328
329
logger.debug(
329
330
"No release name provided. Will not create release. Please set the `release.name` option to identify your release."
@@ -333,15 +334,17 @@ export function sentryUnpluginFactory({
333
334
}elseif(!options.authToken){
334
335
logger.warn(
335
336
"No auth token provided. Will not create release. Please set the `authToken` option. You can find information on how to generate a Sentry auth token here: https://docs.sentry.io/api/auth/"+
@@ -384,7 +387,7 @@ export function sentryUnpluginFactory({
384
387
}elseif(!options.authToken){
385
388
logger.warn(
386
389
"No auth token provided. Will not upload source maps. Please set the `authToken` option. You can find information on how to generate a Sentry auth token here: https://docs.sentry.io/api/auth/"+
0 commit comments