PromucFlow_constructor/app/server/appsmith-plugins
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
..
dynamoPlugin Stop logging some AppsmithPluginException to Sentry (#2351) 2021-02-04 15:24:30 +05:30
elasticSearchPlugin Stop logging some AppsmithPluginException to Sentry (#2351) 2021-02-04 15:24:30 +05:30
firestorePlugin Stop logging some AppsmithPluginException to Sentry (#2351) 2021-02-04 15:24:30 +05:30
mongoPlugin Stop logging some AppsmithPluginException to Sentry (#2351) 2021-02-04 15:24:30 +05:30
mssqlPlugin Stop logging some AppsmithPluginException to Sentry (#2351) 2021-02-04 15:24:30 +05:30
mysqlPlugin Stop logging some AppsmithPluginException to Sentry (#2351) 2021-02-04 15:24:30 +05:30
postgresPlugin Stop logging some AppsmithPluginException to Sentry (#2351) 2021-02-04 15:24:30 +05:30
rapidApiPlugin Stop logging some AppsmithPluginException to Sentry (#2351) 2021-02-04 15:24:30 +05:30
redisPlugin Stop logging some AppsmithPluginException to Sentry (#2351) 2021-02-04 15:24:30 +05:30
redshiftPlugin Stop logging some AppsmithPluginException to Sentry (#2351) 2021-02-04 15:24:30 +05:30
restApiPlugin Stop logging some AppsmithPluginException to Sentry (#2351) 2021-02-04 15:24:30 +05:30
pom.xml Redshift plugin (#2440) 2021-01-06 17:51:07 +05:30