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