[PR #2440] feat: Add error reporting feature with email support #2108

Open
opened 2026-03-02 12:00:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/2440
Author: @MohamedBassem
Created: 2/1/2026
Status: 🔄 Open

Base: mainHead: claude/add-problem-reporting-gSSEV


📝 Commits (3)

  • 79595f9 feat: Add problem reporting feature with email plugin
  • 57ff25c refactor: Improve error reporting implementation
  • c54f14e feat: Add GitHub fallback for problem reporting when no plugin configured

📊 Changes

14 files changed (+401 additions, -13 deletions)

View changed files

📝 apps/web/components/dashboard/header/ProfileOptions.tsx (+45 -11)
apps/web/components/dashboard/header/ReportProblemModal.tsx (+138 -0)
📝 apps/web/lib/clientConfig.tsx (+3 -0)
packages/plugins/errorreport-email/index.ts (+12 -0)
packages/plugins/errorreport-email/src/env.ts (+7 -0)
packages/plugins/errorreport-email/src/index.ts (+102 -0)
📝 packages/plugins/package.json (+4 -2)
📝 packages/shared-server/src/plugins.ts (+3 -0)
📝 packages/shared/config.ts (+5 -0)
packages/shared/error-reporting.ts (+18 -0)
📝 packages/shared/plugins.ts (+4 -0)
📝 packages/trpc/routers/_app.ts (+2 -0)
packages/trpc/routers/errorReporting.ts (+55 -0)
📝 pnpm-lock.yaml (+3 -0)

📄 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/karakeep-app/karakeep/pull/2440 **Author:** [@MohamedBassem](https://github.com/MohamedBassem) **Created:** 2/1/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `claude/add-problem-reporting-gSSEV` --- ### 📝 Commits (3) - [`79595f9`](https://github.com/karakeep-app/karakeep/commit/79595f9c14e1feef30ad292691a47e9801a85586) feat: Add problem reporting feature with email plugin - [`57ff25c`](https://github.com/karakeep-app/karakeep/commit/57ff25c3e856bd5a56081d301eaaab73fc90c0eb) refactor: Improve error reporting implementation - [`c54f14e`](https://github.com/karakeep-app/karakeep/commit/c54f14ed0603e99c3794fe392883659668e0f05e) feat: Add GitHub fallback for problem reporting when no plugin configured ### 📊 Changes **14 files changed** (+401 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/components/dashboard/header/ProfileOptions.tsx` (+45 -11) ➕ `apps/web/components/dashboard/header/ReportProblemModal.tsx` (+138 -0) 📝 `apps/web/lib/clientConfig.tsx` (+3 -0) ➕ `packages/plugins/errorreport-email/index.ts` (+12 -0) ➕ `packages/plugins/errorreport-email/src/env.ts` (+7 -0) ➕ `packages/plugins/errorreport-email/src/index.ts` (+102 -0) 📝 `packages/plugins/package.json` (+4 -2) 📝 `packages/shared-server/src/plugins.ts` (+3 -0) 📝 `packages/shared/config.ts` (+5 -0) ➕ `packages/shared/error-reporting.ts` (+18 -0) 📝 `packages/shared/plugins.ts` (+4 -0) 📝 `packages/trpc/routers/_app.ts` (+2 -0) ➕ `packages/trpc/routers/errorReporting.ts` (+55 -0) 📝 `pnpm-lock.yaml` (+3 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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/karakeep#2108
No description provided.