You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
export DD_TRACE_STARTUP_LOGS="${DD_TRACE_STARTUP_LOGS:-"0"}"# we can't completely disable all logs (which are useless), but we can disable startup logs
91
+
export DD_INSTRUMENTATION_TELEMETRY_ENABLED="${DD_INSTRUMENTATION_TELEMETRY_ENABLED:-"0"}"# disable telemetry, unless it was already enabled above
92
+
export DD_CIVISIBILITY_ENABLED="${DD_CIVISIBILITY_ENABLED:-"0"}"# disable CI Visibility's auto-detect mechanism
93
+
export DD_APPSEC_ENABLED="${DD_APPSEC_ENABLED:-"0"}"# not supported in Lambda yet
94
+
export DD_PROFILING_ENABLED="${DD_PROFILING_ENABLED:-"0"}"# not supported in Lambda yet
95
+
89
96
# log the environment variables for troubleshooting
0 commit comments