Issue #3501722 by grevil: Implement alter hook and temporarily handle anonymous user
parent
829a00b8
No related branches found
Tags 8.x-1.11
Showing
- config/install/posthog.settings.yml 1 addition, 1 deletionconfig/install/posthog.settings.yml
- modules/posthog_commerce/src/EventSubscriber/CartSubscriber.php 13 additions, 6 deletions...s/posthog_commerce/src/EventSubscriber/CartSubscriber.php
- modules/posthog_commerce/src/EventSubscriber/OrderSubscriber.php 14 additions, 10 deletions.../posthog_commerce/src/EventSubscriber/OrderSubscriber.php
- modules/posthog_js/js/init.js 15 additions, 12 deletionsmodules/posthog_js/js/init.js
- modules/posthog_js/posthog_js.module 0 additions, 1 deletionmodules/posthog_js/posthog_js.module
- modules/posthog_js/src/Form/SettingsForm.php 19 additions, 9 deletionsmodules/posthog_js/src/Form/SettingsForm.php
- modules/posthog_php/config/install/posthog_php.settings.yml 2 additions, 1 deletionmodules/posthog_php/config/install/posthog_php.settings.yml
- modules/posthog_php/config/schema/posthog_php.schema.yml 4 additions, 1 deletionmodules/posthog_php/config/schema/posthog_php.schema.yml
- modules/posthog_php/posthog_php.api.php 42 additions, 0 deletionsmodules/posthog_php/posthog_php.api.php
- modules/posthog_php/posthog_php.module 10 additions, 4 deletionsmodules/posthog_php/posthog_php.module
- modules/posthog_php/posthog_php.services.yml 1 addition, 1 deletionmodules/posthog_php/posthog_php.services.yml
- modules/posthog_php/src/Form/SettingsForm.php 17 additions, 11 deletionsmodules/posthog_php/src/Form/SettingsForm.php
- modules/posthog_php/src/Sdk.php 29 additions, 38 deletionsmodules/posthog_php/src/Sdk.php
- modules/posthog_php/src/SdkInterface.php 3 additions, 3 deletionsmodules/posthog_php/src/SdkInterface.php
- modules/posthog_php_events/posthog_php_events.module 21 additions, 7 deletionsmodules/posthog_php_events/posthog_php_events.module
- src/Form/SettingsForm.php 11 additions, 16 deletionssrc/Form/SettingsForm.php
- src/UserAttributesProvider.php 6 additions, 0 deletionssrc/UserAttributesProvider.php
modules/posthog_php/posthog_php.api.php
0 → 100644
Please register or sign in to comment