diff --git a/app/client/src/utils/AppsmithUtils.tsx b/app/client/src/utils/AppsmithUtils.tsx index 2acf54b047..847426cd59 100644 --- a/app/client/src/utils/AppsmithUtils.tsx +++ b/app/client/src/utils/AppsmithUtils.tsx @@ -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;