Have an option in `whitelist_module` to auto instrument a full module. Here is a potential example: ``` dds.whitelist_module(my_mod, auto_instrument=True, instrument_policy="/bla/{module}/{function}") ```
Have an option in
whitelist_moduleto auto instrument a full module.Here is a potential example: