The method used in [open telemetry tracing](https://github.com/googleapis/python-spanner/blob/master/google/cloud/spanner_v1/_opentelemetry_tracing.py#L24) has been updated in this [commit]( https://github.com/lzchen/opentelemetry-python/commit/cf13537eaa8f6159598b5c17e1159b9571a3996c#diff-af63e517bdd2a33c2a8833eb083e0b0f640e0c62a591f0d289deb42d5cb3ce60R25) #### Environment details opentelemetry-api 1.2.0 opentelemetry-sdk 1.2.0 google-cloud-spanner 3.4.0 #### Steps to reproduce ```python from opentelemetry.trace.status import Status, StatusCanonicalCode ``` ```python from opentelemetry.instrumentation.utils import http_status_to_canonical_code ``` #### Stack trace ``` ImportError: cannot import name 'StatusCanonicalCode' from 'opentelemetry.trace.status' ``` SO question link: https://stackoverflow.com/questions/67775140/getting-import-error-while-trying-to-import-statuscanonicalcode-using-openteleme
The method used in open telemetry tracing has been updated in this commit
Environment details
opentelemetry-api 1.2.0
opentelemetry-sdk 1.2.0
google-cloud-spanner 3.4.0
Steps to reproduce
Stack trace
SO question link: https://stackoverflow.com/questions/67775140/getting-import-error-while-trying-to-import-statuscanonicalcode-using-openteleme