Skip to content

Commit

Permalink
lwc-events: document that timestamp for LwcEvent (#1661)
Browse files Browse the repository at this point in the history
  • Loading branch information
manolama authored May 22, 2024
1 parent 4351388 commit b31e4d2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ trait LwcEvent {
def rawEvent: Any

/**
* Timestamp for the event. If it is an event such as a span that has a start and end,
* the timestamp should be for the end of the event.
* Timestamp for the event in Unix epoch milliseconds. If it is an event such as
* a span that has a start and end, the timestamp should be for the end of the event.
*/
def timestamp: Long

Expand Down

0 comments on commit b31e4d2

Please sign in to comment.