PromucFlow_constructor/app/server/appsmith-plugins/dynamoPlugin
Sumit Kumar e6b77a1299
Stop logging some AppsmithPluginException to Sentry (#2351)
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.
2021-02-04 15:24:30 +05:30
..
src Stop logging some AppsmithPluginException to Sentry (#2351) 2021-02-04 15:24:30 +05:30
plugin.properties Add DynamoDB Plugin (#1167) 2020-10-21 17:45:54 +05:30
pom.xml Bump junit in /app/server/appsmith-plugins/dynamoPlugin (#1335) 2020-10-21 17:57:44 +05:30