Honeybadger.Utils.sanitize
You're seeing just the function
sanitize
, go back to Honeybadger.Utils module for more information.
Configurable data sanitization. This currently:
- recursively truncates deep structures (to a depth of 20)
- constrains large string values (to 64k)
- filters out any map keys that might contain sensitive information.