Skip to content

Commit beb0715

Browse files
n3rdc4ptnCopilot
andauthored
Update vite.config.js
Co-authored-by: Copilot <[email protected]>
1 parent 93363f7 commit beb0715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default defineConfig({
1313
react(),
1414
sentryVitePlugin({
1515
org: process.env.SENTRY_ORG,
16-
project: 'ui-frontend',
16+
project: process.env.SENTRY_PROJECT || 'ui-frontend',
1717
reactComponentAnnotation: {
1818
enabled: true,
1919
},

0 commit comments

Comments
 (0)