elastic / elastic-transport-js

Transport classes and utilities shared among Node.js Elastic client libraries
Apache License 2.0
4 stars 24 forks source link

Redaction should recurse into arrays #87

Closed JoshMock closed 4 months ago

JoshMock commented 4 months ago

Array logic added in https://github.com/elastic/elastic-transport-js/pull/83 addressed arrays by skipping over them, treating them like primitive values. This updates the logic to recurse down into each array item.