Skip to content

Commit

Permalink
add sentry secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
adonispuente committed Sep 20, 2024
1 parent 19c7222 commit b41e5ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/webpack.plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ const plugins = (dev = false, beta = false, restricted = false) => {
process.env.SENTRY_AUTH_TOKEN &&
sentryWebpackPlugin({
authToken: process.env.SENTRY_AUTH_TOKEN,
org: 'red-hat-it',
project: 'cpin-001-insights',
org: process.env.SENTRY_ORG,
project: process.env.SENTRY_PROJECT,
_experiments: {
moduleMetadata: ({ release }) => ({
authToken: process.env.SENTRY_AUTH_TOKEN,
Expand Down

0 comments on commit b41e5ad

Please sign in to comment.