We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d19b883 commit 7e2eb79Copy full SHA for 7e2eb79
1 file changed
Dockerfile
@@ -132,6 +132,7 @@ RUN yarn workspace @sourcebot/backend build
132
133
# Upload source maps to Sentry if we have the necessary build-time args.
134
RUN if [ -n "$SENTRY_SMUAT" ] && [ -n "$SENTRY_ORG" ] && [ -n "$SENTRY_BACKEND_PROJECT" ] && [ -n "$NEXT_PUBLIC_SOURCEBOT_VERSION" ]; then \
135
+ apk add --no-cache curl; \
136
curl -sL https://sentry.io/get-cli/ | sh; \
137
sentry-cli auth --token $SENTRY_SMUAT; \
138
sentry-cli sourcemaps inject --org $SENTRY_ORG --project $SENTRY_BACKEND_PROJECT --release $NEXT_PUBLIC_SOURCEBOT_VERSION ./packages/backend/dist; \
0 commit comments