Skip to content

Commit

Permalink
session_id into availableVars to handle amplitude event sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvar01o committed Mar 6, 2023
1 parent 99d776d commit 0dc53a0
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 0dc53a0

Please sign in to comment.