From c35033b3f91aebc5c7854c89e8278cebcd2ac6d5 Mon Sep 17 00:00:00 2001 From: Niraj Date: Mon, 2 Dec 2024 12:50:03 +0545 Subject: [PATCH] chore: add missing sentryenv on backend config --- tests/test-infrastructure/configs_template/backend_config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test-infrastructure/configs_template/backend_config.json b/tests/test-infrastructure/configs_template/backend_config.json index 2079085a2..753047de5 100644 --- a/tests/test-infrastructure/configs_template/backend_config.json +++ b/tests/test-infrastructure/configs_template/backend_config.json @@ -9,5 +9,6 @@ "port" : 8080, "host" : "0.0.0.0", "cachedurationseconds": 20, - "sentrydsn": "${SENTRY_DSN_BACKEND:-https://username:password@senty.host/id}" + "sentrydsn": "${SENTRY_DSN_BACKEND:-https://username:password@senty.host/id}", + "sentryenv": "test" } \ No newline at end of file