From 71b0c450f6742159c646d06aeef5067963259445 Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Thu, 21 Nov 2024 12:51:01 -0500 Subject: [PATCH] fixup! update CHANGELOG entry --- CHANGELOG.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b82c080..11445c5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -21,8 +21,9 @@ Added * Added Datadog monitoring app which adds code owner monitoring. This is the first step in moving code owner code from edx-django-utils to this plugin. * Adds near duplicate of code owner middleware from edx-django-utils. - * Adds code owner for celery using Datadog span processing of celery.run spans. + * Adds code owner span tags for celery using Datadog span processing of celery.run spans. * Uses temporary span tags names using ``_2``, like ``code_owner_2``, for rollout and comparison with the original span tags. + * Span tag code_owner_2_module includes the task name, where the original code_owner_module does not. In both cases, the code owner is computed the same, because it is based on a prefix match. [5.0.0] - 2024-10-22 ~~~~~~~~~~~~~~~~~~~~