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

Open
opened 2025-11-01 21:09:18 -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: 🔄 Open

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


📝 Commits (1)

  • 0b2d5bc feat: use offical vite plugin for sentry

📊 Changes

7 files changed (+226 additions, -90 deletions)

View changed files

📝 frontend/.gitignore (+3 -1)
📝 frontend/package.json (+1 -1)
📝 frontend/pnpm-lock.yaml (+125 -49)
📝 frontend/src/main.ts (+8 -8)
📝 frontend/src/sentry.ts (+49 -8)
📝 frontend/tsconfig.app.json (+1 -4)
📝 frontend/vite.config.ts (+39 -19)

📄 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:** 🔄 Open **Base:** `main` ← **Head:** `feat/official-vite-sentry-plugin` --- ### 📝 Commits (1) - [`0b2d5bc`](https://github.com/go-vikunja/vikunja/commit/0b2d5bc6bbf5280280567f72ac1d7dc31233f343) feat: use offical vite plugin for sentry ### 📊 Changes **7 files changed** (+226 additions, -90 deletions) <details> <summary>View changed files</summary> 📝 `frontend/.gitignore` (+3 -1) 📝 `frontend/package.json` (+1 -1) 📝 `frontend/pnpm-lock.yaml` (+125 -49) 📝 `frontend/src/main.ts` (+8 -8) 📝 `frontend/src/sentry.ts` (+49 -8) 📝 `frontend/tsconfig.app.json` (+1 -4) 📝 `frontend/vite.config.ts` (+39 -19) </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 2025-11-01 21:09:18 -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#1019