timber-ruby icon indicating copy to clipboard operation
timber-ruby copied to clipboard

Ability to white list capturing request parameters in a structured way

Open binarylogic opened this issue 8 years ago • 0 comments

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.

binarylogic avatar Oct 10 '17 15:10 binarylogic