[PR #686] [MERGED] feat: enhance posthog event tracking #1118

Closed
opened 2026-02-26 19:31:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/686
Author: @ephraimduncan
Created: 11/25/2023
Status: Merged
Merged: 12/7/2023
Merged by: @Mythie

Base: mainHead: feat/enhance-posthog-tracking


📝 Commits (7)

  • fdf5b39 feat: add more posthog analytics to the application
  • 0e40658 feat: track when the signing of a document has completed
  • 7412018 fix: use useSession instead of prop drilling
  • 0baa269 fix: removed unused code
  • 5b98bac Merge branch 'main' into feat/enhance-posthog-tracking
  • c313da5 fix: update seal event
  • 2c5d547 fix: add missing import

📊 Changes

6 files changed (+40 additions, -5 deletions)

View changed files

📝 apps/web/src/app/(dashboard)/documents/upload-document.tsx (+8 -0)
📝 apps/web/src/app/(signing)/sign/[token]/form.tsx (+8 -0)
📝 apps/web/src/components/forms/signup.tsx (+7 -0)
📝 packages/ee/server-only/stripe/webhook/on-early-adopters-checkout.ts (+1 -1)
📝 packages/lib/server-only/document/seal-document.ts (+14 -0)
📝 packages/lib/universal/get-feature-flag.ts (+2 -4)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/686 **Author:** [@ephraimduncan](https://github.com/ephraimduncan) **Created:** 11/25/2023 **Status:** ✅ Merged **Merged:** 12/7/2023 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `feat/enhance-posthog-tracking` --- ### 📝 Commits (7) - [`fdf5b39`](https://github.com/documenso/documenso/commit/fdf5b3908df581131dabb061b7c9e9e905c8cf69) feat: add more posthog analytics to the application - [`0e40658`](https://github.com/documenso/documenso/commit/0e40658201f7f33c61fd3f8eb7239f4c6c1458ae) feat: track when the signing of a document has completed - [`7412018`](https://github.com/documenso/documenso/commit/741201822ae6e823821f09404aa4e40507294afd) fix: use useSession instead of prop drilling - [`0baa269`](https://github.com/documenso/documenso/commit/0baa2696b41764ac1ead0354a8bae8ec43437115) fix: removed unused code - [`5b98bac`](https://github.com/documenso/documenso/commit/5b98bac53be2b005f589416a4bf92e47b6a8d103) Merge branch 'main' into feat/enhance-posthog-tracking - [`c313da5`](https://github.com/documenso/documenso/commit/c313da5028e43bb8f4d86f8ebbab54cf120d42b8) fix: update seal event - [`2c5d547`](https://github.com/documenso/documenso/commit/2c5d547cdfcdc9506033135f5728629d7b947d02) fix: add missing import ### 📊 Changes **6 files changed** (+40 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/src/app/(dashboard)/documents/upload-document.tsx` (+8 -0) 📝 `apps/web/src/app/(signing)/sign/[token]/form.tsx` (+8 -0) 📝 `apps/web/src/components/forms/signup.tsx` (+7 -0) 📝 `packages/ee/server-only/stripe/webhook/on-early-adopters-checkout.ts` (+1 -1) 📝 `packages/lib/server-only/document/seal-document.ts` (+14 -0) 📝 `packages/lib/universal/get-feature-flag.ts` (+2 -4) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:31:54 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#1118
No description provided.