Skip to content

Commit 2db1356

Browse files
committed
Update Sentry release configuration in Dockerfile
1 parent 809d914 commit 2db1356

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

other/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ ENV CACHE_DATABASE_PATH="$LITEFS_DIR/$CACHE_DATABASE_FILENAME"
6464
ENV INTERNAL_PORT="8080"
6565
ENV PORT="8081"
6666
ENV NODE_ENV="production"
67+
68+
ARG COMMIT_SHA
6769
ENV SENTRY_RELEASE=$COMMIT_SHA
70+
6871
# For WAL support: https://github.com/prisma/prisma-engines/issues/4675#issuecomment-1914383246
6972
ENV PRISMA_SCHEMA_DISABLE_ADVISORY_LOCK = "1"
7073

0 commit comments

Comments
 (0)