ExAudit.Tracker protocol (ex_audit v0.10.0) View Source

Enables you to influence which fields are tracked. In map_struct, remove or alter any fields you don't want tracked.

Most of the time, you can just use

@derive {ExAudit.Tracker, options}

where options is either:

  • except: [:foo, :bar] to ignore certain fields or
  • only: [:baz, :foobar] to track only those fields.

Link to this section Summary

Link to this section Types

Link to this section Functions