Skip to content

Commit 4ee1ded

Browse files
author
Shannon Anahata
committed
fixing some errors from nextjs-source-map-updates branch
1 parent 94b8574 commit 4ee1ded

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform-includes/sourcemaps/overview/javascript.nextjs.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module.exports = withSentryConfig(
3030
);
3131
```
3232

33-
#### 2. Source Map Options
33+
#### 2. [Optional] Customize with Source Map Options
3434

3535
Configure source map behavior using the [source maps options](/platforms/javascript/guides/nextjs/configuration/build/#source-maps-options) in your Next.js config:
3636

@@ -46,7 +46,7 @@ module.exports = withSentryConfig(
4646
project: "___PROJECT_SLUG___",
4747
authToken: process.env.SENTRY_AUTH_TOKEN,
4848
sourcemaps: {
49-
disable: false, // Enable source maps (default: false)
49+
disable: false, // Disable source maps (default = true)
5050
assets: ["**/*.js", "**/*.js.map"], // Specify which files to upload
5151
ignore: ["**/node_modules/**"], // Files to exclude
5252
deleteSourcemapsAfterUpload: true, // Security: delete after upload

0 commit comments

Comments
 (0)