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

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

Merged
merged 2 commits into from
Dec 11, 2024
Merged
Changes from 1 commit
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
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

Loading