Skip to content

Commit

Permalink
fix: move Sentry dependency from dev to prod
Browse files Browse the repository at this point in the history
When we do production builds we use --production, which skips the
devDependencies completely. Moving `@sentry/vite-plugin` to dependencies
will fix this issue
  • Loading branch information
Venefilyn authored and lbarcziova committed Jun 4, 2024
1 parent 3aa548f commit 17cf0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"@patternfly/react-styles": "5.1.1",
"@patternfly/react-table": "5.1.1",
"@sentry/react": "^8.2.1",
"@sentry/vite-plugin": "^2.16.1",
"@tanstack/react-query": "^4.29.7",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.16.5",
Expand Down Expand Up @@ -120,7 +121,6 @@
]
},
"devDependencies": {
"@sentry/vite-plugin": "^2.16.1",
"@storybook/addon-a11y": "^7.0.9",
"@storybook/addon-actions": "^7.0.9",
"@storybook/addon-essentials": "^7.0.9",
Expand Down

0 comments on commit 17cf0b6

Please sign in to comment.