Skip to content

Commit

Permalink
fec.config: move sentry's moduleMetadata out of _experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
croissanne authored and regexowl committed Nov 18, 2024
1 parent dc613de commit a2b8883
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions fec.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,10 @@ if (process.env.SENTRY_AUTH_TOKEN) {
authToken: process.env.SENTRY_AUTH_TOKEN,
org: process.env.SENTRY_ORG,
project: process.env.SENTRY_PROJECT,
_experiments: {
moduleMetadata: ({ release }) => ({
dsn: process.env.SENTRY_DSN,
release,
}),
},
moduleMetadata: ({ release }) => ({
dsn: process.env.SENTRY_DSN,
release,
}),
})
);
}
Expand Down

0 comments on commit a2b8883

Please sign in to comment.