From 0dc53a0bdd1eb4e011b25c193ebfdea96727a747 Mon Sep 17 00:00:00 2001 From: Alvaro Date: Sun, 5 Mar 2023 23:42:41 -0300 Subject: [PATCH] session_id into availableVars to handle amplitude event sessions --- src/Event.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Event.php b/src/Event.php index 2ce444a..f587193 100644 --- a/src/Event.php +++ b/src/Event.php @@ -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',