v0.14.0
Features
before_sendhook: newbefore_send=option onbooboo.init(). Inspect or modify every event before
transmission, or returnNoneto drop it. Enables value-level PII scrubbing (IBANs, payment references, emails inside
variable values) that the built-in name-based scrubber can't do. If the hook raises, the event is dropped — never sent
unscrubbed.
See the docs for details and a scrubbing example.