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
To upload source maps you have to configure an auth token. Auth tokens can be passed to the plugin explicitly with the `authToken` option, with a `SENTRY_AUTH_TOKEN` environment variable, or with an `.env.sentry-build-plugin` file in the working directory when building your project. We recommend you add the auth token to your CI/CD environment as an environment variable.
182
180
183
-
Learn more about configuring the plugin in our [Sentry Vite Plugin documentation](https://www.npmjs.com/package/@sentry/vite-plugin).
181
+
To upload source maps you have to configure an auth token. Auth tokens can be passed to the plugin explicitly with the
182
+
`authToken` option, with a `SENTRY_AUTH_TOKEN` environment variable, or with an `.env.sentry-build-plugin` file in the
183
+
working directory when building your project. We recommend you add the auth token to your CI/CD environment as an
184
+
environment variable.
185
+
186
+
Learn more about configuring the plugin in our
187
+
[Sentry Vite Plugin documentation](https://www.npmjs.com/package/@sentry/vite-plugin).
0 commit comments