Skip to content

v0.2.10

Choose a tag to compare

@marcdel marcdel released this 17 Dec 02:13
  • Adds filtered_attributes configuration 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