Skip to content

Commit 2b91c68

Browse files
committed
📦 NEW: Intercom message source
1 parent c32b84f commit 2b91c68

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎apps/baseai.dev/src/components/intercom.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ const IntercomClient = () => {
1616
}
1717

1818
Intercom({
19-
app_id: process.env.NEXT_PUBLIC_INTERCOM_APP_ID
19+
app_id: process.env.NEXT_PUBLIC_INTERCOM_APP_ID,
20+
source: 'BaseAI',
21+
created_at: new Date().getTime(),
2022
});
2123
};
2224

0 commit comments

Comments
 (0)