Skip to content

Commit

Permalink
Use Body instead of Payload in Events SDK (#4158)
Browse files Browse the repository at this point in the history
Leftover after
#4035
which changed `Payload` into `Body` in Events API
  • Loading branch information
pellared authored Jul 29, 2024
1 parent 1c7eb21 commit 64e772d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/logs/event-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ to [emit a logRecord](./bridge-api.md#emit-a-logrecord) as follows:
the `event.name` [Attribute](./data-model.md#field-attributes). If
the `Attributes` provided by the user contain an `event.name` attribute the
value provided in the `Name` takes precedence.
* If provided by the user, the `Payload` MUST be used to set
* If provided by the user, the `Body` MUST be used to set
the [Body](./data-model.md#field-body). If not provided, `Body` MUST not be
set.
* If provided by the user, the `Timestamp` MUST be used to set
Expand Down

0 comments on commit 64e772d

Please sign in to comment.