PromucFlow_constructor/app/client/src/pages/Editor
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
..
APIEditor Feature/instrumentation (#744) 2020-09-28 10:42:23 +05:30
DataSourceEditor Show validation errors if any for keyvalue fields (#445) 2020-08-31 10:45:04 +05:30
Explorer Feature/instrumentation (#744) 2020-09-28 10:42:23 +05:30
PageListSidebar Feature/entity browse (#220) 2020-08-10 14:22:45 +05:30
PropertyPane Feature/instrumentation (#744) 2020-09-28 10:42:23 +05:30
QueryEditor Feature/instrumentation (#744) 2020-09-28 10:42:23 +05:30
ActionSettings.tsx Add action settings tab to api and query pane (#434) 2020-08-27 21:09:16 +05:30
Canvas.tsx Feature/entity browse (#220) 2020-08-10 14:22:45 +05:30
ConfirmRunModal.tsx Feature/intercom (#521) 2020-09-10 12:56:55 +05:30
EditorHeader.tsx Feature/intercom (#521) 2020-09-10 12:56:55 +05:30
EditorSidebar.tsx Button Component (#190) 2020-08-10 10:24:33 +05:30
index.tsx Feature: Widgets: Cut-Copy-Paste-Delete shortcuts, undo-delete facility (#500) 2020-09-16 15:58:01 +05:30
loader.tsx Retry dynamic import and lazy promises (#543) 2020-09-15 12:29:58 +05:30
MainContainer.tsx Feature/instrumentation (#708) 2020-09-24 21:35:18 +05:30
Popper.tsx Enable property pane event listeners, so that it is contained within the viewport properly when it's size updates (#398) 2020-08-24 16:20:15 +05:30
PropertyPaneTitle.tsx Add Tests: Delete widget and Undo delete widget (#556) 2020-09-21 11:27:54 +05:30
routes.tsx Feature/instrumentation (#744) 2020-09-28 10:42:23 +05:30
ShareApplicationForm.tsx fix: Table scroll issue, application share issue, eslint errors (#120) 2020-07-23 17:58:42 +05:30
WidgetCard.tsx Switching to system fonts (#344) 2020-08-19 03:21:23 +05:30
WidgetCardsPane.tsx moved to absolute paths for all fiels 2019-11-25 10:37:27 +05:30
WidgetsEditor.tsx Feature/instrumentation (#744) 2020-09-28 10:42:23 +05:30
WidgetSidebar.tsx Fixes: Reset search on widget search clear (#497) 2020-09-03 19:52:08 +05:30