Skip to content

Commit 9e43ae3

Browse files
authored
chore: Update project name for develop docs (#13084)
1 parent 72aa8cf commit 9e43ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const nextConfig = {
5757

5858
module.exports = withSentryConfig(nextConfig, {
5959
org: 'sentry',
60-
project: 'docs',
60+
project: process.env.NEXT_PUBLIC_DEVELOPER_DOCS ? 'develop-docs' : 'docs',
6161

6262
// Suppresses source map uploading logs during build
6363
silent: !process.env.CI,

0 commit comments

Comments
 (0)