8000 Add Bedrock configuration values to analytics (#11847) · localstack/localstack@edb1599 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit edb1599

Browse files
authored
Add Bedrock configuration values to analytics (#11847)
1 parent 75436ef commit edb1599

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

localstack-core/localstack/runtime/analytics.py

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

1010
TRACKED_ENV_VAR = [
11+
"BEDROCK_PREWARM",
1112
"CONTAINER_RUNTIME",
1213
"DEBUG",
1314
"DEFAULT_REGION", # Not functional; deprecated in 0.12.7, removed in 3.0.0
15+
"DEFAULT_BEDROCK_MODEL",
1416
"DISABLE_CORS_CHECK",
1517
"DISABLE_CORS_HEADERS",
1618
"DMS_SERVERLESS_DEPROVISIONING_DELAY",

0 commit comments

Comments
 (0)
0