python-flask
python-flask copied to clipboard
I mean is not None?
https://github.com/opentracing-contrib/python-flask/blob/c7270ca4c6ac9c5189c45c60714afd582af50087/tests/test_flask_tracing.py#L225
Why are we checking code 200 in this test? There should be a 500 code. Doesn't work
scope.span.set_tag(tags.ERROR, True)
scope.span.log_kv({
'event': tags.ERROR,
'error.object': error,
})
This package is no longer being maintained, users should migrate to the opentelemetry-api
package.
Closing.