wsgi: set error status on span #846
Labels
good first issue
Good first issue
help wanted
instrumentation
Related to the instrumentation of third party libraries or frameworks
The wsgi instrumentation does not set an error status if an exception is caught while handling a request:
https://github.com/open-telemetry/opentelemetry-python/blob/master/ext/opentelemetry-ext-wsgi/src/opentelemetry/ext/wsgi/__init__.py#L212
The text was updated successfully, but these errors were encountered: