- Cleanup and removal of deprecated functionality.
- Implemented Firebase to allow app events to be triggered or queued through a server.
- Removed the custom
pageview
event. If you want to retain this functionality, please create your own copy of Event\PageView. - Fixed PHPUnit tests to properly validate the codebase and assertions.
- Removed the old
GA4Exception
handler. Please refer to Exception\Ga4Exception.php. - Added
session_id
andengagement_time_msec
attributes to events for grouping and timeline tracking.
What's Changed
Full Changelog: v1.2.4...v2.0.0