Skip to content

Set default values for tracing utilty parameters #231

Closed
@RobertoC27

Description

@RobertoC27

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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions