opentelemetry-python-contrib icon indicating copy to clipboard operation
opentelemetry-python-contrib copied to clipboard

Evaluate None token passed to `context.detach`

Open xrmx opened this issue 8 months ago • 0 comments
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)

xrmx avatar Mar 10 '25 10:03 xrmx