Skip to content

Commit

Permalink
fix: sentry dns templated
Browse files Browse the repository at this point in the history
  • Loading branch information
vkrizan committed Nov 23, 2023
1 parent 2162d8a commit 2a6949c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .rhcicd/clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ objects:
- name: QUARKUS_LOG_SENTRY
value: ${SENTRY_ENABLED}
- name: QUARKUS_LOG_SENTRY_DSN
value: https://[email protected]/5217683?environment=${ENV_NAME}
value: "${SENTRY_DSN}"
- name: QUARKUS_LOG_SENTRY_ENVIRONMENT
value: ${ENV_NAME}
- name: QUARKUS_REST_CLIENT_RBAC_READ_TIMEOUT
Expand Down Expand Up @@ -192,3 +192,6 @@ parameters:
- name: SENTRY_ENABLED
description: Enable Sentry (or not)
value: "false"
- name: SENTRY_DSN
description: Sentry DSN URL
value: ""

0 comments on commit 2a6949c

Please sign in to comment.