Skip to content

Commit

Permalink
Merge pull request #38 from Alvar01o/patch-37-sessions
Browse files Browse the repository at this point in the history
Handle sessions and usage time - Close #37
  • Loading branch information
jrbasso authored Mar 8, 2023
2 parents 99d776d + 0dc53a0 commit b1fd002
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 @@ -66,6 +66,7 @@ class Event implements \JsonSerializable
'platform' => 'string',
'os_name' => 'string',
'os_version' => 'string',
'session_id' => 'string',
'device_brand' => 'string',
'device_manufacturer' => 'string',
'device_model' => 'string',
Expand Down

0 comments on commit b1fd002

Please sign in to comment.