feat: always print build SHA

This commit is contained in:
Shivam Mishra
2026-06-08 17:47:41 +05:30
parent 70e9fbc53c
commit 5b72f3a26b
2 changed files with 24 additions and 0 deletions
@@ -53,6 +53,12 @@ export const ChatwootProvider = ({
};
function initializeChatwootGlobals() {
// Log the build SHA so we can confirm which build a customer is running.
// eslint-disable-next-line no-console
console.log(
`[Chatwoot] react-components build ${import.meta.env.VITE_BUILD_SHA} (${import.meta.env.VITE_BUILD_TIME})`
);
// Register Web Components
registerVueWebComponents();