Skip to content

Commit

Permalink
enable sentry upload
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer committed Nov 22, 2024
1 parent f62d9ad commit 36a693a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ ENV S3_BUCKET=$S3_BUCKET
ARG SENTRY_RELEASE
ENV SENTRY_RELEASE=$SENTRY_RELEASE

ARG UPLOAD_SENTRY_SOURCEMAPS
ENV UPLOAD_SENTRY_SOURCEMAPS=$UPLOAD_SENTRY_SOURCEMAPS

RUN --mount=type=secret,id=SENTRY_AUTH_TOKEN,env=SENTRY_AUTH_TOKEN \
GLEAN_PYTHON=python \
GLEAN_PIP=pip \
Expand Down

0 comments on commit 36a693a

Please sign in to comment.