In #69 , we didn't pass the SENTRY_AUTH_TOKEN secret to the environment. Thus there was this warning in the build log:
[sentry-vite-plugin] Warning: 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/
[sentry-vite-plugin] Warning: 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/
In #69 , we didn't pass the SENTRY_AUTH_TOKEN secret to the environment. Thus there was this warning in the build log:
This PR fixes this.