From 040af14de6f7164aa95a28f6ccc212df997587ef Mon Sep 17 00:00:00 2001 From: Nikhil Nandagopal Date: Fri, 28 Aug 2020 19:14:32 +0530 Subject: [PATCH] added capture message --- app/client/src/utils/AppsmithUtils.tsx | 1 + 1 file changed, 1 insertion(+) 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;