Skip to content

Commit

Permalink
upload sentry sourcemaps (#4177)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer committed Feb 8, 2024
1 parent 43da804 commit 3e91b91
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,10 @@ RUN GLEAN_PYTHON=python GLEAN_PIP=pip npm run build
ARG SENTRY_RELEASE
ENV SENTRY_RELEASE=$SENTRY_RELEASE

ARG UPLOAD_SENTRY_SOURCEMAPS
ENV UPLOAD_SENTRY_SOURCEMAPS=true

ARG SENTRY_AUTH_TOKEN
ENV SENTRY_AUTH_TOKEN=$SENTRY_AUTH_TOKEN

CMD ["npm", "start"]

0 comments on commit 3e91b91

Please sign in to comment.