Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
pharring committed Feb 26, 2024
1 parent 31db966 commit 89ff9d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/OpenTelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## Unreleased

* Modified OpenTelemetrySdkEventSource with the following changes to support activity tracking:
* ActivityStarted and ActivityStopped events have been renamed to ActivityStart and ActivityStop respectively. This is to comply with the naming convention for activity tracking.
* ActivityStart and ActivityStop use the Start and Stop operation codes (EventOpCode) respectively.
* Added ActivityTracking to OpenTelemetrySdkEventSource.
* Added Activities keyword.
* Added ActivityStart and ActivityStop events at Informational level using Activites keyword.

* Fixed an issue where `LogRecord.Attributes` (or `LogRecord.StateValues` alias)
could become out of sync with `LogRecord.State` if either is set directly via
Expand Down

0 comments on commit 89ff9d9

Please sign in to comment.