PromucFlow_constructor/app/client/src/utils
Nikhil Nandagopal 3fdd0a246a
Feature/instrumentation (#744)
* bumped sentry version
modified performance monitor to use a queue internally to make synchronous logging easy
added logging for api pane close / open and various different methods

* added use effect to stop tracking on mount of entity properties

* removed open api tracking

* fixed stop tracking to pop from the end instead of the beginning
added tracking for editor mount and sidebar mount

* added tracking for entity explorer

* moved from app route to sentry app route because passing JSX to app route causes re-renders

* Fixing theme and route change issues.

* added performance tracking for API / Query execution and Page Load actions

* added isntrumentation to open / close actions

* added instrumentation for apis & actions

* reduced sample rate
added async tracking

* added tracking for property pane

* Remove tracking from reducer

* added option to attach async operations to parent transactions

* Fix typo

Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
Co-authored-by: Satbir Singh <satbir121@gmail.com>
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
2020-09-28 10:42:23 +05:30
..
autocomplete Video widget (#684) 2020-09-26 18:29:33 +05:30
hooks Performance:entity explorer (#395) 2020-08-31 11:26:52 +05:30
validation Drafts in API Pane 2019-11-25 09:15:11 +00:00
AnalyticsUtil.tsx Feature/instrumentation (#744) 2020-09-28 10:42:23 +05:30
AppsmithUtils.tsx Homepage redesign with themes (#482) 2020-09-16 17:20:47 +05:30
DynamicBindingsUtil.test.ts Fix content type switching to raw when custom 2020-05-08 12:54:27 +00:00
DynamicBindingUtils.ts Fix issue where unknown functions in data tree cause evaluation issues (#722) 2020-09-25 12:05:25 +05:30
EditorUtils.ts Move Registration to application editor 2020-04-16 17:26:36 +05:30
featureFlags.ts Use injected configuration from Nginx at runtime instead of build time (#30) 2020-07-07 15:52:17 +05:30
FormControlFactory.tsx Datasource bug fixes 2020-04-28 06:52:53 +00:00
FormControlRegistry.tsx Get query ui from form config (#205) 2020-08-12 11:57:35 +05:30
formhelpers.test.ts fix: email validation (#118) 2020-07-23 17:58:26 +05:30
formhelpers.ts Fix query response state (#348) 2020-08-19 10:07:20 +05:30
generators.tsx Generate widgets from blueprint. Close previously open modals when showing a modal. Fix unicode page name issue in pagelist sidebar 2020-03-27 09:02:11 +00:00
helpers.tsx Feature: Widgets: Cut-Copy-Paste-Delete shortcuts, undo-delete facility (#500) 2020-09-16 15:58:01 +05:30
history.ts Fixes for the API Editor #109 #112 #111 #116 2019-10-25 05:35:20 +00:00
PerformanceTracker.ts Feature/instrumentation (#744) 2020-09-28 10:42:23 +05:30
PropertyControlFactory.tsx Form Widget 2020-03-06 09:45:21 +00:00
PropertyControlRegistry.tsx DRY property control creation. Generate ids for property pane config on the client. Add Multi switch control. Add Icon Widget (WIP). Enable blueprint based actions. 2020-04-14 05:35:16 +00:00
storage.ts Feature: Widgets: Cut-Copy-Paste-Delete shortcuts, undo-delete facility (#500) 2020-09-16 15:58:01 +05:30
treeUtils.ts Revamp widget property validation 2019-11-19 12:44:58 +00:00
TypeHelpers.ts Tern autocomplete 2020-05-20 11:30:53 +00:00
ValidationFactory.ts Action selector refactor 2020-04-20 05:42:46 +00:00
ValidationRegistry.ts moved to absolute paths for all fiels 2019-11-25 10:37:27 +05:30
Validators.ts Fixes date widget crashing when no date format is mentioned (#322) 2020-08-17 10:33:15 +05:30
WidgetFactory.tsx Feature/entity browse (#220) 2020-08-10 14:22:45 +05:30
WidgetPropsUtils.tsx Fix issue where tabs are lost when the user enters an invalid tabs value (#569) 2020-09-18 10:52:54 +05:30
WidgetRegistry.tsx Video widget (#684) 2020-09-26 18:29:33 +05:30