Closed
Description
Is your feature request related to a problem? Please describe.
Changing the default captureResult param for the tracing utility to "false" would make my life easier, given that most of my methods require having it turned off because it causes errors while interacting with other services.
Describe the solution you'd like
It would be nice to be able to set the captureResult property for the tracing annotation to false and let all methods called inherit that default instead of having to put capture=false on every single annotation
Describe alternatives you've considered
right now I override the params on every annotation
Additional context
I'm working with a library that fails when tracing's capture response is true