PromucFlow_constructor/app/client/src/ce/sagas
Anand Srinivasan 071b992710
chore: send segment anonymous id (#19122)
Add segment's `anonymousId` as a header in all API calls.

cached id ->
[details](https://segment.com/docs/connections/sources/catalog/libraries/website/javascript/identity/#segment-id-persistence)

On Page load actions:
- If segment is enabled:
  - and cached id exists -> trigger with cached id
  - if cached id doesn’t exist, we wait for max 2 seconds.
    - if segment init is success -> trigger with anonymous id
    - if failed/delayed -> trigger without anonymous id
- If segment is disabled we don’t wait at all and anonymous id is not
sent.

Signed-off-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
Co-authored-by: Hetu Nandu <hetu@appsmith.com>
2023-01-06 19:39:38 +05:30
..
ActionExecution chore: ee clean up (#19475) 2023-01-06 17:32:08 +05:30
index.tsx chore: update imports for code split (#19085) 2022-12-22 12:04:28 +05:30
SuperUserSagas.tsx fix: treat empty valued env variables as false | FE (#18428) 2022-12-13 15:38:37 +05:30
tenantSagas.tsx fix: Updating the logic for getting tenant permissions to show new workspace button (#18874) 2022-12-12 16:09:42 +05:30
userSagas.tsx chore: send segment anonymous id (#19122) 2023-01-06 19:39:38 +05:30
WorkspaceSagas.ts chore: Splitting files to support groups on members page in EE (#18085) 2022-11-03 22:09:51 +05:30