timber-ruby
timber-ruby copied to clipboard
Ability to white list capturing request parameters in a structured way
Currently the controller_call event has a params_json field that represents all parameters encoded in JSON. Because Timber manages application schema's on the fly, capturing these as individual fields can quickly get messy, resulting in name and type conflicts.
We need to provide the ability to turn this on / off and only for certain attributes.