DRV2SI
Results
2
issues of
DRV2SI
`opencensus-ext-threading` currently breaks when there is no tracer to propagate upon thread creation. This pull request makes it robust to this situation. There is also [an associated issue on GitHub](https://github.com/census-instrumentation/opencensus-python/issues/1191).
I ran into this situation in the context of Python Azure Functions, so I will stick to this context for explanation. ### TL;DR OpenCensus threading extension expects a global tracer...
bug