elastic / apm-agent-ruby

https://www.elastic.co/solutions/apm
Apache License 2.0
168 stars 131 forks source link

Skip capturing cookie header when it's set separately #1405

Closed estolfo closed 10 months ago

estolfo commented 1 year ago

Resolves #1402

When there are cookies set at Cookie in the header and they're captured in the request cookies context field, set the context header value to [SKIPPED].

See https://github.com/elastic/apm-agent-nodejs/pull/3322 for more context.