Release Notes
v1.0.0rc3
Upgrade Notes
- Spans started after the tracer has been shut down will no longer be sent to the Datadog Agent.
- aiohttp_jinja2: use
patch(aiohttp_jinja2=True)
instead ofpatch(aiohttp=True)
for enabling/disabling the integration.
Bug Fixes
- botocore: fix incorrect context propagation message attribute types for SNS. This addresses Datadog/serverless-plugin-datadog#232
- aiohttp: fix issue causing
ddtrace.contrib.aiohttp_jinja2.patch
module to be imported instead of thepatch()
function.