[PR #873] [MERGED] feat: use offical vite plugin for sentry #8785

Closed
opened 2026-04-23 08:27:15 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/873
Author: @dpschen
Created: 6/5/2025
Status: Merged
Merged: 3/3/2026
Merged by: @kolaente

Base: mainHead: feat/official-vite-sentry-plugin


📝 Commits (1)

  • e9bf7f2 feat: use offical vite plugin for sentry

📊 Changes

7 files changed (+223 additions, -87 deletions)

View changed files

📝 frontend/.gitignore (+2 -0)
📝 frontend/package.json (+1 -1)
📝 frontend/pnpm-lock.yaml (+122 -48)
📝 frontend/src/main.ts (+8 -8)
📝 frontend/src/sentry.ts (+50 -6)
📝 frontend/tsconfig.app.json (+1 -4)
📝 frontend/vite.config.ts (+39 -20)

📄 Description

@sentry/vite-plugin instead of vite-plugin-sentry

This is a rebase of https://kolaente.dev/vikunja/vikunja/pulls/2523

Closes https://github.com/go-vikunja/vikunja/issues/569


🔄 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/go-vikunja/vikunja/pull/873 **Author:** [@dpschen](https://github.com/dpschen) **Created:** 6/5/2025 **Status:** ✅ Merged **Merged:** 3/3/2026 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `feat/official-vite-sentry-plugin` --- ### 📝 Commits (1) - [`e9bf7f2`](https://github.com/go-vikunja/vikunja/commit/e9bf7f26a05d8810b074ac273cb5c952584bad23) feat: use offical vite plugin for sentry ### 📊 Changes **7 files changed** (+223 additions, -87 deletions) <details> <summary>View changed files</summary> 📝 `frontend/.gitignore` (+2 -0) 📝 `frontend/package.json` (+1 -1) 📝 `frontend/pnpm-lock.yaml` (+122 -48) 📝 `frontend/src/main.ts` (+8 -8) 📝 `frontend/src/sentry.ts` (+50 -6) 📝 `frontend/tsconfig.app.json` (+1 -4) 📝 `frontend/vite.config.ts` (+39 -20) </details> ### 📄 Description @sentry/vite-plugin instead of vite-plugin-sentry This is a rebase of https://kolaente.dev/vikunja/vikunja/pulls/2523 Closes https://github.com/go-vikunja/vikunja/issues/569 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-23 08:27:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#8785