add missing plugin
Some checks failed
Deploy to Test Environment / deploy-to-test (push) Failing after 11s

This commit is contained in:
2026-01-17 17:36:25 -08:00
parent da4e0c9136
commit 8dbfa62768
2 changed files with 1 additions and 2 deletions

View File

@@ -38,11 +38,9 @@ export default defineConfig({
? [
sentryVitePlugin({
// URL of the Bugsink instance (Sentry-compatible)
// This is read from SENTRY_URL env var or falls back to the DSN's origin
url: process.env.SENTRY_URL,
// Org and project are required by the API but Bugsink ignores them
// when using debug ID matching (Bugsink 1.5+)
org: 'flyer-crawler',
project: 'flyer-crawler-frontend',