Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

FSPT-123: Trace all requests on pre-prod #383

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions copilot/fsd-authenticator/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ variables:
FLASK_ENV: "${COPILOT_ENVIRONMENT_NAME}"
COOKIE_DOMAIN: ".test.levellingup.gov.uk"
ALLOW_ASSESSMENT_LOGIN_VIA_MAGIC_LINK: false
SENTRY_TRACES_SAMPLE_RATE: 1.0
REDIS_INSTANCE_URI:
from_cfn: ${COPILOT_APPLICATION_NAME}-${COPILOT_ENVIRONMENT_NAME}-MagicLinksRedisInstanceURI
AWS_MSG_BUCKET_NAME:
Expand Down Expand Up @@ -161,6 +162,7 @@ environments:
POST_AWARD_FRONTEND_HOST: "https://find-monitoring-data.access-funding.levellingup.gov.uk"
POST_AWARD_SUBMIT_HOST: "https://submit-monitoring-data.access-funding.levellingup.gov.uk"
FLASK_ENV: production
SENTRY_TRACES_SAMPLE_RATE: 0.02
count:
range: 2-4
cooldown:
Expand Down
Loading