PromucFlow_constructor/app/client/src/utils
ChandanBalajiBP f2e1df7e2d
chore: Add telemetry for error handling phase1 (#21011)
## Description

> Telemetry for error handling phase 1 

- [x] Error log opened - **OPEN_DEBUGGER**
- [x] Error log entry expanded - **DEBUGGER_LOG_ITEM_EXPAND**
- [x] Entity link clicked - **DEBUGGER_ENTITY_NAVIGATION**
- [x] Help clicked - **DEBUGGER_HELP_CLICK**
- [x] Documentation clicked - **OPEN_OMNIBAR**
- [x] Error log entry resolved - **DEBUGGER_RESOLVED_ERROR_MESSAGE**


Fixes #20623

## Type of change

> Please delete options that are not relevant.

- Chore (housekeeping or task changes that don't impact user perception)


## How Has This Been Tested?

- Manual

## Checklist:
### Dev activity
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit tests pass locally with my changes
- [ ] PR is being merged under a feature flag
2023-03-14 19:17:06 +05:30
..
autocomplete feat: Auto layout appsmith editor and mobile responsiveness (#21151) 2023-03-04 12:55:54 +05:30
autoHeight fix: Fix issues with main container height in edit and preview mode (#20690) 2023-02-20 17:40:48 +05:30
autoLayout feat: Auto layout appsmith editor and mobile responsiveness (#21151) 2023-03-04 12:55:54 +05:30
CallbackHandler feat: Automatic height updates for widgets based on contents (Auto Height) (#18341) 2022-11-23 15:18:23 +05:30
editor
formControl fix: removed old key_val_input, updated keyval_array, show ds info (#18626) 2022-12-13 20:09:16 +05:30
hooks feat: Auto layout appsmith editor and mobile responsiveness (#21151) 2023-03-04 12:55:54 +05:30
migrations feat: added column freeze and unfreeze functionality to table widget (#18757) 2023-02-15 17:12:46 +05:30
NavigationSelector feat: peek overlay (#20053) 2023-02-17 21:33:34 +05:30
validation fix: update settings pane validations (#18739) 2022-12-12 10:21:14 +05:30
AnalyticsUtil.tsx chore: Add telemetry for error handling phase1 (#21011) 2023-03-14 19:17:06 +05:30
ApiPaneUtils.test.ts
ApiPaneUtils.tsx fix: Return undefined for nonexistent action headers (#18724) 2023-01-18 15:31:08 +05:30
AppsmithConsole.ts chore: Add telemetry for error handling phase1 (#21011) 2023-03-14 19:17:06 +05:30
AppsmithUtils.test.ts
AppsmithUtils.tsx feat: Auto layout appsmith editor and mobile responsiveness (#21151) 2023-03-04 12:55:54 +05:30
AppUtils.ts
bootIntercom.ts
boxHelpers.test.ts feat: (Internal Change) Add auto height computation functions (#17962) 2022-11-20 11:42:32 +05:30
boxHelpers.ts feat: (Internal Change) Add auto height computation functions (#17962) 2022-11-20 11:42:32 +05:30
BrandingUtils.ts fix: Brand colors sometimes shows different colors on cloud (#19672) 2023-02-02 11:43:00 +05:30
canvasStructureHelpers.test.ts
canvasStructureHelpers.ts feat: List V2 (#15839) 2023-02-14 17:07:31 +01:00
DatasourceSagaUtils.tsx feat: Datasource autosave improvements (#17649) 2022-11-30 11:29:45 +05:30
DSLMigration.test.ts feat: added column freeze and unfreeze functionality to table widget (#18757) 2023-02-15 17:12:46 +05:30
DSLMigrations.ts feat: added column freeze and unfreeze functionality to table widget (#18757) 2023-02-15 17:12:46 +05:30
DSLMigrationsUtils.test.ts fix: Remove auto-height from list widget's children (#18755) 2022-12-18 01:33:35 +05:30
DynamicBindingUtils.test.ts
DynamicBindingUtils.ts feat: Error handling phase 1 (#20629) 2023-02-18 18:25:46 +05:30
editorContextUtils.ts fix: google sheet ui issues, removed redundant code (#18785) 2022-12-20 20:40:18 +05:30
formhelpers.test.ts
formhelpers.ts fix: Login password length upper limit changed from 48 to 256 characters (#18176) 2022-12-13 16:40:47 +05:30
GenerateCrudUtil.ts
generators.tsx
getPathAndValueFromActionDiffObject.ts
getQueryParamsObject.ts feat: [Context Switching] Complex widgets and other Phase 2 items (#17046) 2022-12-08 12:51:58 +05:30
helpers.test.ts feat: Import javascript libraries (#17895) 2022-12-21 22:44:47 +05:30
helpers.tsx fix: Optimise Modal open performance (#21103) 2023-03-03 13:43:17 +05:30
history.ts chore: Navigation analytics (#18781) 2022-12-15 09:36:13 +05:30
JSPaneUtils.test.ts
JSPaneUtils.tsx
klona.test.ts
layoutPropertiesUtils.ts feat: Auto layout appsmith editor and mobile responsiveness (#21151) 2023-03-04 12:55:54 +05:30
localStorage.test.ts
localStorage.tsx feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
MessageUtil.ts fix: access outer scope variables inside callbacks (#20168) 2023-02-12 00:03:20 +05:30
metaWidgetState.ts feat: List V2 (#15839) 2023-02-14 17:07:31 +01:00
PerformanceTracker.ts
PropertyControlFactory.tsx feat: List V2 (#15839) 2023-02-14 17:07:31 +01:00
PropertyControlRegistry.tsx
ReducerUtils.ts
reflowHookUtils.ts feat: (Internal Change) Add auto height computation functions (#17962) 2022-11-20 11:42:32 +05:30
replayHelpers.test.js
replayHelpers.tsx feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
storage.ts chore: Navigation analytics (#18781) 2022-12-15 09:36:13 +05:30
testDSLs.ts
testPropertyPaneConfig.test.ts chore: Rewrite widget deprecation message (#20953) 2023-02-28 17:48:35 +05:30
treeUtils.ts
TypeHelpers.ts
URLUtils.ts
UseComposeRef.ts feat: multi-line input and auto-resize textarea (#19141) 2023-01-17 18:46:35 +05:30
widgetEvalUtils.ts
WidgetFactory.tsx feat: Auto layout appsmith editor and mobile responsiveness (#21151) 2023-03-04 12:55:54 +05:30
WidgetFactoryHelpers.ts feat: Auto layout appsmith editor and mobile responsiveness (#21151) 2023-03-04 12:55:54 +05:30
WidgetFeatures.test.ts feat: Automatic height updates for widgets based on contents (Auto Height) (#18341) 2022-11-23 15:18:23 +05:30
WidgetFeatures.ts fix: Enable auto height by default for JSONForm widget (#18932) 2022-12-23 17:05:27 +05:30
WidgetLoadingStateUtils.test.ts chore: perf data tree shrink (#18361) 2022-12-02 18:15:11 +05:30
WidgetLoadingStateUtils.ts chore: update imports for code split (#19085) 2022-12-22 12:04:28 +05:30
WidgetMigrationUtils.test.ts feat: Option to add new row in Table widget (#17515) 2022-11-05 15:24:20 +05:30
WidgetMigrationUtils.ts feat: Option to add new row in Table widget (#17515) 2022-11-05 15:24:20 +05:30
WidgetPropsUtils.test.tsx feat: Auto layout appsmith editor and mobile responsiveness (#21151) 2023-03-04 12:55:54 +05:30
WidgetPropsUtils.tsx feat: Auto layout appsmith editor and mobile responsiveness (#21151) 2023-03-04 12:55:54 +05:30
WidgetRegisterHelpers.tsx feat: Auto layout appsmith editor and mobile responsiveness (#21151) 2023-03-04 12:55:54 +05:30
WidgetRegistry.tsx feat: List V2 (#15839) 2023-02-14 17:07:31 +01:00
widgetRenderUtils.test.ts feat: List V2 (#15839) 2023-02-14 17:07:31 +01:00
widgetRenderUtils.tsx fix: list widget in form widget (#21329) 2023-03-10 19:47:20 +05:30
WidgetSizeUtils.test.ts fix: Modal widget background issues (#20446) 2023-02-08 13:31:26 +05:30
WidgetSizeUtils.ts feat: Non auto height invisible widgets (#20118) 2023-02-14 19:06:19 +05:30
WorkerUtil.test.ts chore: update Styled components to latest version and related cleanup (#19284) 2023-01-13 16:35:59 +05:30
WorkerUtil.ts fix: access outer scope variables inside callbacks (#20168) 2023-02-12 00:03:20 +05:30