v0.2.10
- Adds
filtered_attributesconfiguration option to allow for filtering out attributes from spans. This is useful for removing sensitive data from spans before they are sent to a trace backend.
config :o11y, :filtered_attributes, ["password", "secret", "token", "email"]Full Changelog: v0.2.9...v0.2.10