Skip to content

Commit

Permalink
fix: dsn build on website (verdaccio#2349)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Moreno authored Jul 27, 2021
1 parent 386e47c commit 1ca89d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = {
i18n: i18nConfig,
plugins: [
'docusaurus-plugin-sass',
isProductionDeployment && ['docusaurus-plugin-sentry', { dsn: 'a7bc89ee3f284570b1d9a47e600e7597' }]
isProductionDeployment && ['docusaurus-plugin-sentry', { DSN: 'a7bc89ee3f284570b1d9a47e600e7597' }]
].filter(Boolean),
webpack: {
jsLoader: (isServer) => ({
Expand Down

0 comments on commit 1ca89d9

Please sign in to comment.