Skip to content

Commit bd0d3f5

Browse files
committed
feat: activate analytics
1 parent 76ece64 commit bd0d3f5

5 files changed

Lines changed: 7 additions & 2 deletions

File tree

apps/api/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"@hono/zod-openapi": "^1.2.0",
3030
"@hono/zod-validator": "^0.7.6",
3131
"@openrouter/ai-sdk-provider": "^2.0.0",
32+
"@polar-sh/sdk": "^0.44.0",
3233
"@tinybirdco/sdk": "^0.0.33",
3334
"@trpc/server": "^11.8.1",
3435
"@types/node": "^24.10.9",

apps/web/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"@hookform/resolvers": "^5.2.2",
1717
"@normy/react-query": "^0.21.0",
1818
"@openstatus/react": "^0.0.3",
19+
"@polar-sh/sdk": "^0.44.0",
1920
"@radix-ui/react-accordion": "^1.2.12",
2021
"@radix-ui/react-avatar": "^1.1.11",
2122
"@radix-ui/react-checkbox": "^1.3.3",

apps/web/src/components/conversations-list/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ export function ConversationsList({
6161
const isOnboarding = totalConversations === 0;
6262

6363
const showWaitingForReplyPill = selectedConversationStatus === null;
64-
const showAnalytics =
65-
selectedConversationStatus === null && websiteSlug === "cossistant";
64+
const showAnalytics = selectedConversationStatus === null;
6665
const analyticsItems =
6766
showAnalytics && smartItems
6867
? [{ type: "analytics" as const }, ...smartItems]

apps/workers/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"@cossistant/transactional": "workspace:*",
1616
"@cossistant/types": "workspace:*",
1717
"@hono/node-server": "^1.19.3",
18+
"@polar-sh/sdk": "^0.44.0",
1819
"bullmq": "^5.34.8",
1920
"drizzle-orm": "^0.44.5",
2021
"hono": "^4.10.1",

bun.lock

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)