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
Copy file name to clipboardExpand all lines: packages/bundler-plugin-core/src/index.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,7 @@ export function sentryUnpluginFactory({
205
205
logger.warn(
206
206
"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/"
"No organization slug provided. Will not create release. Please set the `org` option to your Sentry organization slug."
211
211
);
@@ -247,7 +247,7 @@ export function sentryUnpluginFactory({
247
247
logger.warn(
248
248
"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