diff --git a/next.config.js b/next.config.js index 2a668747f2e3e..9a36fe29b34da 100644 --- a/next.config.js +++ b/next.config.js @@ -57,7 +57,7 @@ const nextConfig = { module.exports = withSentryConfig(nextConfig, { org: 'sentry', - project: 'docs', + project: process.env.NEXT_PUBLIC_DEVELOPER_DOCS ? 'develop-docs' : 'docs', // Suppresses source map uploading logs during build silent: !process.env.CI,