Disabling lambda request/response tracing does not work
skayle-denis opened this issue · 2 comments
skayle-denis commented
Looks like
const ThundraDisableTraceRequest = "thundra_agent_lambda_trace_request_disable"
const ThundraDisableTraceResponse = "thundra_agent_lambda_trace_response_disable"
variables are ignored and the lambda request and response are always added to the trace.
serkan-ozal commented
Thanks for reporting the issue @skayle-denis We will look into that and fix asap
fatihaydilek commented
Hi @skayle-denis you can disable request/response in Thundra by adding these environment variables in your function
thundra_agent_lambda_trace_request_skip
thundra_agent_lambda_trace_response_skip