From bdf7815b070454a27b35d8ad93c8ce1042787c35 Mon Sep 17 00:00:00 2001 From: srh-sloan Date: Tue, 19 Nov 2024 14:03:48 +0000 Subject: [PATCH] move SENTRY_DSN to variables block in manifest --- copilot/fsd-pre-award-stores/manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copilot/fsd-pre-award-stores/manifest.yml b/copilot/fsd-pre-award-stores/manifest.yml index 2140dadde..996534d35 100644 --- a/copilot/fsd-pre-award-stores/manifest.yml +++ b/copilot/fsd-pre-award-stores/manifest.yml @@ -44,9 +44,9 @@ network: variables: FLASK_ENV: ${COPILOT_ENVIRONMENT_NAME} PORT: 8080 + SENTRY_DSN: "https://5ea1346b1c1b4dd8af0c95435ca77945@o1432034.ingest.us.sentry.io/4503903486148608" secrets: - SENTRY_DSN: "https://5ea1346b1c1b4dd8af0c95435ca77945@o1432034.ingest.us.sentry.io/4503903486148608" SECRET_KEY: /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/SECRET_KEY PREAWARD_DB_SECRET: from_cfn: ${COPILOT_APPLICATION_NAME}-${COPILOT_ENVIRONMENT_NAME}-fsdpreawardstoresclusterAuroraSecret