Skip to content

Commit

Permalink
Merge pull request #39 from mgid/user_agent_fix
Browse files Browse the repository at this point in the history
user_agent property added as built-in properties used for events
  • Loading branch information
jrbasso committed Jul 11, 2024
2 parents b1fd002 + 0e37df5 commit 5288ede
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ class Event implements \JsonSerializable
'ip' => 'string',
'idfa' => 'string',
'adid' => 'string',
'user_agent' => 'string',
];

/**
Expand Down

0 comments on commit 5288ede

Please sign in to comment.