Guides work on Atlantis Tracking module for WooCommerce, Sensei, and Bilmur integrations, including environment-based activation behavior.
Use this skill when:
src/Modules/Tracking/*.| File | Responsibility |
|---|---|
src/Modules/Tracking/Tracking.php | Module orchestration and environment checks. |
src/Modules/Tracking/Integrations/WooCommerce.php | WooCommerce tracking integration behavior. |
src/Modules/Tracking/Integrations/Sensei.php | Sensei tracking integration behavior. |
src/Modules/Tracking/Integrations/Bilmur.php | Bilmur RUM integration and script behavior. |
tests/Integration/TrackingTestCest.php for behavior changes.composer run lint:phpcomposer run tests:run:integration