thundra-io/thundra-lambda-agent-go

Disabling lambda request/response tracing does not work

skayle-denis opened this issue · 2 comments

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.

Thanks for reporting the issue @skayle-denis We will look into that and fix asap

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