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

@@ -33,6 +33,7 @@
"@google/genai": "^1.30.0", "@google/genai": "^1.30.0",
"@sentry/node": "^10.32.1", "@sentry/node": "^10.32.1",
"@sentry/react": "^10.32.1", "@sentry/react": "^10.32.1",
"@sentry/vite-plugin": "^3.3.1",
"@tanstack/react-query": "^5.90.12", "@tanstack/react-query": "^5.90.12",
"@types/connect-timeout": "^1.9.0", "@types/connect-timeout": "^1.9.0",
"bcrypt": "^5.1.1", "bcrypt": "^5.1.1",

View File

@@ -38,11 +38,9 @@ export default defineConfig({
? [ ? [
sentryVitePlugin({ sentryVitePlugin({
// URL of the Bugsink instance (Sentry-compatible) // 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, url: process.env.SENTRY_URL,
// Org and project are required by the API but Bugsink ignores them // Org and project are required by the API but Bugsink ignores them
// when using debug ID matching (Bugsink 1.5+)
org: 'flyer-crawler', org: 'flyer-crawler',
project: 'flyer-crawler-frontend', project: 'flyer-crawler-frontend',