Merge branch 'release' of https://github.com/appsmithorg/appsmith into release

This commit is contained in:
Automated Github Action 2020-08-28 13:45:56 +00:00
commit f93b1961c3

View File

@ -31,6 +31,7 @@ export const appInitializer = () => {
if (appsmithConfigs.sentry.enabled) {
Sentry.init(appsmithConfigs.sentry);
Sentry.captureMessage("App Initialised");
}
if (appsmithConfigs.smartLook.enabled) {
const { id } = appsmithConfigs.smartLook;