[PR #1947] [MERGED] fix: add document page access logging #1951

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1947
Author: @dguyen
Created: 8/7/2025
Status: Merged
Merged: 8/11/2025
Merged by: @Mythie

Base: mainHead: fix/add-document-page-logging


📝 Commits (1)

  • b9459f5 fix: add document page access logging

📊 Changes

4 files changed (+51 additions, -0 deletions)

View changed files

📝 apps/remix/app/routes/_authenticated+/t.$teamUrl+/documents.$id._index.tsx (+7 -0)
📝 apps/remix/app/routes/_authenticated+/t.$teamUrl+/documents.$id.edit.tsx (+7 -0)
📝 apps/remix/app/routes/_authenticated+/t.$teamUrl+/documents.$id.logs.tsx (+7 -0)
📝 packages/lib/utils/logger.ts (+30 -0)

📄 Description

Description

Add logging when someone accesses a document page:

  • /documents/id
  • /documents/id/edit
  • /documents/id/logs

🔄 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/1947 **Author:** [@dguyen](https://github.com/dguyen) **Created:** 8/7/2025 **Status:** ✅ Merged **Merged:** 8/11/2025 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `fix/add-document-page-logging` --- ### 📝 Commits (1) - [`b9459f5`](https://github.com/documenso/documenso/commit/b9459f56584766e48f009a0cff3785cfdc5287dc) fix: add document page access logging ### 📊 Changes **4 files changed** (+51 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `apps/remix/app/routes/_authenticated+/t.$teamUrl+/documents.$id._index.tsx` (+7 -0) 📝 `apps/remix/app/routes/_authenticated+/t.$teamUrl+/documents.$id.edit.tsx` (+7 -0) 📝 `apps/remix/app/routes/_authenticated+/t.$teamUrl+/documents.$id.logs.tsx` (+7 -0) 📝 `packages/lib/utils/logger.ts` (+30 -0) </details> ### 📄 Description ## Description Add logging when someone accesses a document page: - /documents/id - /documents/id/edit - /documents/id/logs --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:31:47 +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#1951
No description provided.