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"
326
+
: "";
323
327
if(!options.release.name){
324
328
logger.debug(
325
329
"No release name provided. Will not create release. Please set the `release.name` option to identify your release."
@@ -328,7 +332,8 @@ export function sentryUnpluginFactory({
328
332
logger.debug("Running in development mode. Will not create release.");
329
333
}elseif(!options.authToken){
330
334
logger.warn(
331
-
"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/"
335
+
"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/"+
@@ -378,7 +383,8 @@ export function sentryUnpluginFactory({
378
383
logger.debug("Running in development mode. Will not upload sourcemaps.");
379
384
}elseif(!options.authToken){
380
385
logger.warn(
381
-
"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/"
386
+
"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