impl Sentry
Some checks failed
Deploy / deploy (push) Failing after 2m14s

This commit is contained in:
Lee
2024-09-30 09:20:48 +01:00
parent 843b2c81b6
commit f1eb855ba2
12 changed files with 1898 additions and 8 deletions

View File

@ -22,6 +22,10 @@ ENV NEXT_TELEMETRY_DISABLED=1
ARG GIT_REV
ENV GIT_REV=${GIT_REV}
# Add the sentry auth token
ARG SENTRY_AUTH_TOKEN
ENV SENTRY_AUTH_TOKEN=${SENTRY_AUTH_TOKEN}
# Build the app
RUN pnpm run build