opentelemetry-python-contrib
opentelemetry-python-contrib copied to clipboard
Evaluate None token passed to `context.detach`
trafficstars
Evaluate the users of the context api to check that the callers of the detach function are passing a token that is not None.
This can be checked by inspection or by throwing pyright at the instrumentation code and stasrt fixing any typing issue.
For finding entries search for detach(token)