8000 Add more config options to track · localstack/localstack@c7e3f25 · GitHub
[go: up one dir, main page]

Skip to content

Commit c7e3f25

Browse files
Add more config options to track
1 parent d16f266 commit c7e3f25

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

localstack-core/localstack/runtime/analytics.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
LOG = logging.getLogger(__name__)
99

1010
TRACKED_ENV_VAR = [
11+
"ALLOW_NONSTANDARD_REGIONS",
1112
"BEDROCK_PREWARM",
1213
"CONTAINER_RUNTIME",
1314
"DEBUG",
@@ -50,6 +51,7 @@
5051
"LEGACY_EDGE_PROXY", # Not functional; deprecated in 1.0.0, removed in 2.0.0
5152
"LS_LOG",
5253
"MOCK_UNIMPLEMENTED", # Not functional; deprecated in 1.3.0, removed in 3.0.0
54+
"MWAA_S3_POLL_INTERVAL",
5355
"OPENSEARCH_ENDPOINT_STRATEGY",
5456
"PERSISTENCE",
5557
"PERSISTENCE_SINGLE_FILE",
@@ -78,6 +80,8 @@
7880
"LEGACY_INIT_DIR", # Not functional; deprecated in 1.1.0, removed in 2.0.0
7981
"LOCALSTACK_HOST",
8082
"LOCALSTACK_HOSTNAME",
83+
"OUTBOUND_HTTP_PROXY",
84+
"OUTBOUND_HTTPS_PROXY",
8185
"S3_DIR",
8286
"TMPDIR",
8387
]

0 commit comments

Comments
 (0)
0