epsagon / epsagon-go

Automated tracing library for Go 1.x ⚡️
https://epsagon.com
MIT License
28 stars 11 forks source link

Add constructor for the tracer Config #19

Closed geototti21 closed 4 years ago

geototti21 commented 4 years ago

What was done:

Reasoning

Reasoning behind this change is to set by default the MetadataOnly flag to true, so it will be avoided leaking any kind of sensitive data by accidents and make the change of this flag explicit.

@enoodle any thoughts on this?