Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/WeihanLi/WeihanLi.Common int…
Browse files Browse the repository at this point in the history
…o dev
  • Loading branch information
WeihanLi committed Mar 13, 2024
2 parents 143a835 + 7fe278b commit aaf928b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/WeihanLi.Common/Event/EventProperties.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ public sealed class EventProperties: Dictionary<string, object?>, IEventBase
public DateTimeOffset EventAt { get; set; }
public string EventId { get; set; } = Guid.NewGuid().ToString();
public string? TraceId { get; set; }
public string? EventSource { get; set; }
}

0 comments on commit aaf928b

Please sign in to comment.