add missing plugin
Some checks failed
Deploy to Test Environment / deploy-to-test (push) Failing after 11s
Some checks failed
Deploy to Test Environment / deploy-to-test (push) Failing after 11s
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
"@google/genai": "^1.30.0",
|
||||
"@sentry/node": "^10.32.1",
|
||||
"@sentry/react": "^10.32.1",
|
||||
"@sentry/vite-plugin": "^3.3.1",
|
||||
"@tanstack/react-query": "^5.90.12",
|
||||
"@types/connect-timeout": "^1.9.0",
|
||||
"bcrypt": "^5.1.1",
|
||||
|
||||
@@ -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',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user