Skip to content

Commit

Permalink
fixup! update CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
robrap committed Nov 21, 2024
1 parent c1a190f commit 71b0c45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 71b0c45

Please sign in to comment.