Skip to content

Commit 9204e9e

Browse files
sfanahatasergical
andauthored
Update platform-includes/sourcemaps/overview/javascript.nextjs.mdx
Co-authored-by: Sergiy Dybskiy <[email protected]>
1 parent d7ce7b0 commit 9204e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = withSentryConfig(
3232

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

35-
```javascript {filename:next.config.js}
35+
```javascript {11-16} {filename:next.config.js}
3636
const { withSentryConfig } = require("@sentry/nextjs");
3737

3838
module.exports = withSentryConfig(

0 commit comments

Comments
 (0)