opentelemetry-python-contrib
opentelemetry-python-contrib copied to clipboard
Improve Jinja2 templating in test case
trafficstars
What problem do you want to solve?
Current open telemetry-instrumentation-jinja2 test case uses default value for autoescape. This can be improved.
Describe the solution you'd like
Set proper value for autoescape for jinja2 templating.
Describe alternatives you've considered
No response
Additional Context
No response
Would you like to implement a fix?
Yes