This release contains a few improvements for not marking a Celery task as an error if it is an expected and allowed exception, for propagating synthetics origin header, and to vendor our `six` and `wrapt` dependencies.
Changes
Improvements
- [celery] Don't mark expected failures as errors (820 -- thanks sciyoshi)
- [core] Propagate x-datadog-origin (821)
- [core] vendor wrapt and six dependencies (755)
Read the [full changeset](https://github.com/DataDog/dd-trace-py/compare/v0.21.1...v0.22.0) and the [release milestone](https://github.com/DataDog/dd-trace-py/milestone/36?closed=1).
---