Malcolm Rebughini
Malcolm Rebughini
Hi @agrohs. I would like to know a bit more about the use case for this. Do you have a custom fetch implementation server side? Or is this for client...
There's a brief explanation in #63 . Which version of the API are you using?
Hi. We recently did some changes to the API because we noticed that some calls included an empty array for extras and that would result in a 500 response. So...
@tomhoule Thanks for your response. Found a solution after a couple of hours of playing around. It was caused by some scalar types in my schema (and I must admit...
@xrmx Other implementations like the django one, make use of [this function](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/opentelemetry-instrumentation/src/opentelemetry/instrumentation/utils.py#L118) that I believe it implies that if there's no active span it should extract the context from the...
@xrmx Yes, I realized that too. I pushed a new commit that adds the detache of the context and moved the PR to draft for now until I write some...
@xrmx Thanks for your patience. This should be good for review now.
@xrmx I'm unable to run these test locally to debug. Any pointers? I run `tox -e docker-tests` ``` error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit...
@xrmx hi again. I've been away for a bit. I was able to fix the docker tests on my latest commit. Please take another look.
@ocelotl @lzchen Is there more feedback for this PR? I would like to know what is the path forward for this change. Thanks :pray: