Bug Fixes
- profiling: handle a potential system error that may be raised when running a Celery-based application with CPython 3.11.
- Pin importlib_metadata to 6.5.0 to avoid its issue 455 (python/importlib_metadata#455).
- tracing: Ensures hostnames are reported in statsd metrics if
DD_TRACE_REPORT_HOSTNAME=True
(default value isFalse
).