In Mongo queries, the value nil is a special in that it can impact the behavior of sparse indexes. Rather than masking it with "?" we should indicate that it is nil. There is no risk of this causing data leakage to the logs.
Design
This is implemented in the filter masking function.
Goal
In Mongo queries, the value
nil
is a special in that it can impact the behavior of sparse indexes. Rather than masking it with "?" we should indicate that it is nil. There is no risk of this causing data leakage to the logs.Design
This is implemented in the filter masking function.
Changeset
Only changes the Mongo breadcrumb functionality.
This also includes the changes from:
Testing
Tested in RSpec and by TableCheck in production.