8000 Switch Lambda debug path analytics to presense (#11859) · localstack/localstack@bd86cb5 · GitHub
[go: up one dir, main page]

Skip to content

Commit bd86cb5

Browse files
authored
Switch Lambda debug path analytics to presense (#11859)
1 parent b17f4a1 commit bd86cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

localstack-core/localstack/runtime/analytics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"KINESIS_ERROR_PROBABILITY",
3737
"KMS_PROVIDER", # defunct since 1.4.0
3838
"LAMBDA_DEBUG_MODE",
39-
"LAMBDA_DEBUG_MODE_CONFIG_PATH",
4039
"LAMBDA_DOWNLOAD_AWS_LAYERS",
4140
"LAMBDA_EXECUTOR", # Not functional; deprecated in 2.0.0, removed in 3.0.0
4241
"LAMBDA_STAY_OPEN_MODE", # Not functional; deprecated in 2.0.0, removed in 3.0.0
@@ -75,6 +74,7 @@
7574
"HOSTNAME_FROM_LAMBDA",
7675
"HOST_TMP_FOLDER", # Not functional; deprecated in 1.0.0, removed in 2.0.0
7776
"INIT_SCRIPTS_PATH", # Not functional; deprecated in 1.1.0, removed in 2.0.0
77+
"LAMBDA_DEBUG_MODE_CONFIG_PATH",
7878
"LEGACY_DIRECTORIES", # Not functional; deprecated in 1.1.0, removed in 2.0.0
7979
"LEGACY_INIT_DIR", # Not functional; deprecated in 1.1.0, removed in 2.0.0
8080
"LOCALSTACK_HOST",

0 commit comments

Comments
 (0)
0