Skip to content

Commit 244ba95

Browse files
committed
fix: update SENTRY_RELEASE_VERSION format and disable resource recommendation feature
1 parent 8f412ac commit 244ba95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY . .
1717

1818
RUN echo `git rev-parse --short HEAD` > health.html && \
1919
echo "" >> .env && \
20-
echo "SENTRY_RELEASE_VERSION=dashboard@$(git rev-parse --short HEAD)" >> .env && \
20+
echo "SENTRY_RELEASE_VERSION=dashboard@$(git rev-parse --short=9 HEAD)" >> .env && \
2121
yarn build
2222

2323
FROM fholzer/nginx-brotli:v1.26.2

src/components/common/navigation/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const COMMON_ENV_FALLBACK: Omit<EnvironmentDataValuesDTO, 'isAirGapEnvironment'>
3030
featureGitOpsFlags: structuredClone(DEFAULT_GIT_OPS_FEATURE_FLAGS),
3131
canFetchHelmAppStatus: false,
3232
devtronManagedLicensingEnabled: false,
33-
isResourceRecommendationEnabled: true,
33+
isResourceRecommendationEnabled: false,
3434
}
3535

3636
export const ENVIRONMENT_DATA_FALLBACK: EnvironmentDataValuesDTO = {

0 commit comments

Comments
 (0)