Skip to content

Commit c35033b

Browse files
committed
chore: add missing sentryenv on backend config
1 parent f0018b0 commit c35033b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test-infrastructure/configs_template/backend_config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"port" : 8080,
1010
"host" : "0.0.0.0",
1111
"cachedurationseconds": 20,
12-
"sentrydsn": "${SENTRY_DSN_BACKEND:-https://username:[email protected]/id}"
12+
"sentrydsn": "${SENTRY_DSN_BACKEND:-https://username:[email protected]/id}",
13+
"sentryenv": "test"
1314
}

0 commit comments

Comments
 (0)