opentracing-contrib / python-django

OpenTracing instrumentation for the Django framework
BSD 3-Clause "New" or "Revised" License
105 stars 54 forks source link

Feature request: add support for ignored attributes #55

Open bj00rn opened 5 years ago

bj00rn commented 5 years ago

Would it be a good idea to have an option for OPENTRACING_IGNORED_ATTRIBUTES in addition to OPENTRACING_TRACED_ATTRIBUTES?

This would allow easy prevention of logging sensitive information such as auth headers etc.