wip: feat: use offical vite plugin for sentry #2523

Draft
dpschen wants to merge 1 commits from dpschen/vikunja:feat/official-vite-sentry-plugin into main
Member

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

@sentry/vite-plugin instead of vite-plugin-sentry
dpschen added 1 commit 2024-07-05 08:22:13 +00:00
feat: use offical vite plugin for sentry
Some checks failed
continuous-integration/drone/pr Build is failing
6a281f0429
@sentry/vite-plugin instead of vite-plugin-sentry
Owner
Will likely resolve https://github.com/go-vikunja/vikunja/issues/277#issuecomment-2210229204
dpschen reviewed 2024-07-08 17:26:31 +00:00
@ -211,3 +231,3 @@
manualChunks: {
// by putting tracking related stuff in a separated file we try to prevent unwanted blocking from ad-blockers
sentry: ['./src/sentry.ts', '@sentry/vue', '@sentry/tracing'],
sentry: ['./src/sentry.ts', '@sentry/*'],
Author
Member

TODO rename chunk to something different than 'sentry': If we are lucky the chunk won't be randomly blocked by heuristics of browser blockers.

TODO rename chunk to something different than 'sentry': If we are lucky the chunk won't be randomly blocked by heuristics of browser blockers.
Some checks failed
continuous-integration/drone/pr Build is failing
Required
Details
This pull request has changes conflicting with the target branch.
  • frontend/package.json
  • frontend/pnpm-lock.yaml

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u feat/official-vite-sentry-plugin:dpschen-feat/official-vite-sentry-plugin
git checkout dpschen-feat/official-vite-sentry-plugin
Sign in to join this conversation.
No description provided.