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:
@@ -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