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

Commit

Permalink
Trace all requests on pre-prod
Browse files Browse the repository at this point in the history
The production value is based on utils default from: https://github.com/communitiesuk/funding-service-design-utils/blob/b65c285328847640f8622c368595938b60e44d02/fsd_utils/sentry/init_sentry.py#L19C59-L19C63 we could possibly increase this in future, but previously a combination of bot traffic and looping errors have used all our quota.
  • Loading branch information
gidsg authored Dec 9, 2024
1 parent 3c74db7 commit 56f2094
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions copilot/fsd-account-store/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ network:
variables:
SENTRY_DSN: "https://db2ea0ad22a44f4db6e81fe74d85fa8f@o1432034.ingest.sentry.io/4503903103352832"
FLASK_ENV: ${COPILOT_ENVIRONMENT_NAME}
SENTRY_TRACES_SAMPLE_RATE: 1.0


secrets:
SECRET_KEY: /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/SECRET_KEY
Expand Down Expand Up @@ -82,3 +84,5 @@ environments:
requests: 30
variables:
FLASK_ENV: production
SENTRY_TRACES_SAMPLE_RATE: 0.02

0 comments on commit 56f2094

Please sign in to comment.