Munir Abdinur
Munir Abdinur
Hey @olivierlefloch, Thanks for brining this issue to our attention 😄 > Specifying -p no:ddtrace fully disables the plugin, including starting a global tracer. I believe `no:ddtrace` does not disable...
Hey, Sorry for the late reply. ddtrace v1.3.0 introduced pytest-bdd plugin ([feature](https://github.com/DataDog/dd-trace-py/commit/a65f529e8a61207c42f268a5c0895068d1ddff91)). This plugin starts the global tracer and can be disabled using `-p no:ddtrace.pytest_bdd`. Try running pytest with the...
> There some parametric failures...are related with your Pr? @zacharycmontoya is aware of the dotnet sci failures and we will address them in a future PR. For now we can...
TODO: address the case where a span is not active and `p` value needs to be propagated
Blocked by: https://github.com/DataDog/dd-trace-js/pull/4153
@emmettbutler This is likely coming from the vendored wrapped dependency: https://github.com/DataDog/dd-trace-py/blob/main/ddtrace/vendor/wrapt/importer.py#L114. I am hesitant to directly modify files vendored by ddtrace since this can lead to unknown side effects. However...
We will need to ignore/filter out the `p` value in snapshot tests
@bwoebi thanks for fixing the failing tests and updating the OpenTelemetry SpanContext. A few parametric tests are failing due to the changes we made to tracestate. Once those failures are...
Stale PR. Closing for now, we can revisit this feature in 2023
Hi @mklokocka, We are actually deprecating the ddtrace `asyncio` integration in the next release (v2.8.0): https://github.com/DataDog/dd-trace-py/pull/8612. The asyncio integration and async context provider were added to support using asyncio and...