1. Move package appsmith-interfaces/src/main/java/com/appsmith/external/pluginExceptions-> appsmith-interfaces/src/main/java/com/appsmith/external/exceptions/pluginExceptions 2. Move enum AppsmithErrorAction from appsmith-server/src/main/java/com/appsmith/server/exceptions/AppsmithError.java -> appsmith-interfaces/src/main/java/com/appsmith/external/exceptions/AppsmithErrorAction.java, so that both plugin exceptions and server exceptions could use the same enum. 3. Log exception based on the error action defined for each exception. |
||
|---|---|---|
| .. | ||
| .storybook | ||
| cypress | ||
| docker | ||
| public | ||
| src | ||
| test/__mocks__ | ||
| typings | ||
| .dockerignore | ||
| .editorconfig | ||
| .eslintrc.json | ||
| .flowconfig | ||
| .gitignore | ||
| .huskyrc | ||
| .lintstagedrc | ||
| .nvmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| .sentryclirc | ||
| build.sh | ||
| craco.build.config.js | ||
| craco.common.config.js | ||
| craco.dev.config.js | ||
| cypress.json | ||
| Dockerfile | ||
| Dockerfile-cypress-test | ||
| gitbook-algolia-lambda.js | ||
| jest.config.js | ||
| netlify.toml | ||
| package.json | ||
| README.md | ||
| README.old.md | ||
| start-https.sh | ||
| tsconfig.json | ||
| tsconfig.path.json | ||
| yarn.lock | ||
Dev Dependencies
yarnnvm
Dev Setup
This project was bootstrapped with Create React App.
For details on setting up your development machine, please refer to the Setup Guide