We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72aa8cf commit 9e43ae3Copy full SHA for 9e43ae3
next.config.js
@@ -57,7 +57,7 @@ const nextConfig = {
57
58
module.exports = withSentryConfig(nextConfig, {
59
org: 'sentry',
60
- project: 'docs',
+ project: process.env.NEXT_PUBLIC_DEVELOPER_DOCS ? 'develop-docs' : 'docs',
61
62
// Suppresses source map uploading logs during build
63
silent: !process.env.CI,
0 commit comments