Skip to content

Commit 01c9816

Browse files
committed
oops
1 parent 1819ad1 commit 01c9816

File tree

1 file changed

+1
-1
lines changed
  • packages/bundler-plugin-core/src

1 file changed

+1
-1
lines changed

packages/bundler-plugin-core/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ export function sentryUnpluginFactory({
387387
} else if (!options.authToken) {
388388
logger.warn(
389389
"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/" +
390-
getTruboRepoEnvPassthroughWarning
390+
getTruboRepoEnvPassthroughWarning("SENTRY_AUTH_TOKEN")
391391
);
392392
} else if (!options.org && !options.authToken.startsWith("sntrys_")) {
393393
logger.warn(

0 commit comments

Comments
 (0)