Skip to content

Commit

Permalink
better config description
Browse files Browse the repository at this point in the history
  • Loading branch information
jvitoroc committed Aug 10, 2024
1 parent 7aa3fd9 commit fda2f6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ type Config struct {
Logger Logger

// Properties that will be included in every event sent by the client.
// This is useful for adding common metadata like service name or app version
// across all events.
// This is useful for adding common metadata like service name or app version across all events.
// If a property conflict occurs, the value from DefaultEventProperties will overwrite any existing value.
DefaultEventProperties Properties

// The callback object that will be used by the client to notify the
Expand Down

0 comments on commit fda2f6e

Please sign in to comment.