PromucFlow_constructor/app/client/src/ce
Rudraprasad Das 9c669ddcb8
fix: fixing usage pulse for anon user (#37940)
## Description
- For usage pulse we need pageId
- URL contains basePageId
- basePageId needs to be converted to pageId
- The conversion needs application data to be populated into redux
- The PR adds a wait for application to initialise first before sending
the usage pulse


Fixes [37904](https://github.com/appsmithorg/appsmith/issues/37904)

## Automation

/ok-to-test tags="@tag.All"

### 🔍 Cypress test results
<!-- This is an auto-generated comment: Cypress test results  -->
> [!TIP]
> 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
> Workflow run:
<https://github.com/appsmithorg/appsmith/actions/runs/12157463790>
> Commit: b4c4df19b3dbea128ca63f243cdfbb14c01aa33f
> <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=12157463790&attempt=2"
target="_blank">Cypress dashboard</a>.
> Tags: `@tag.All`
> Spec:
> <hr>Wed, 04 Dec 2024 11:40:43 UTC
<!-- end of auto-generated comment: Cypress test results  -->


## Communication
Should the DevRel and Marketing teams inform users about this change?
- [ ] Yes
- [ ] No


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Enhanced user navigation tracking with improved handling of route
changes.
- Introduced a new function for managing user activity tracking,
improving clarity and control flow.

- **Bug Fixes**
- Improved error handling during route changes to ensure proper logging.

- **Refactor**
- Restructured user-related sagas for better organization and separation
of concerns.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-12-04 22:13:31 +08:00
..
actions chore: [Plugin Action Editor] Combine Plugin Editor UI state (#36651) 2024-10-08 16:12:27 +05:30
api chore: Remove unused JSON signup API handler (#37387) 2024-11-15 12:39:29 +05:30
components chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
configs chore: Remove CS URL in client (#37665) 2024-11-27 10:32:35 +05:30
constants feat: update response tab UI (#37640) 2024-11-28 17:01:50 +05:30
entities fix: Removing the global add in segmented header and updating the UI for new query tab (#37757) 2024-11-27 11:01:12 +05:30
hooks chore: Updating generate page interaction to show it in a modal following the IDE 2.0 interaction pattern (#37414) 2024-11-19 12:05:10 +05:30
IDE/hooks chore: [Plugin Action Editor] Implement a useIsEditorIsInitialised hook (#36328) 2024-09-16 16:40:37 +05:30
navigation fix: API Body format focus retention (#37150) 2024-11-01 11:24:49 +05:30
pages fix: Min width in certain ADS Button usage (#37624) 2024-11-22 08:19:31 +05:30
PluginActionEditor feat: Schema tab UI update (#37420) 2024-11-26 09:42:33 +05:30
plugins/Linting chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
reducers chore: Remove socket-io and websocket connections (#37784) 2024-11-28 10:58:56 +05:30
sagas fix: fixing usage pulse for anon user (#37940) 2024-12-04 22:13:31 +08:00
selectors chore: Updating plugin action name editor component to use ADS text component (#36960) 2024-10-18 19:07:50 +05:30
types fix: change appsmith alias (#35349) 2024-08-06 17:52:22 +03:00
utils feat: Added analytics for pulse failure (#37781) 2024-11-28 12:20:14 +05:30
workers chore: cache dependencyMap computation on client (#35965) 2024-10-15 21:05:39 +05:30
AppRouter.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
RouteBuilder.ts chore: Updating generate page interaction to show it in a modal following the IDE 2.0 interaction pattern (#37414) 2024-11-19 12:05:10 +05:30
RouteParamsMiddleware.ts chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00