Skip to content

Commit de57667

Browse files
authored
Spelling (#4781)
1 parent 449acac commit de57667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platforms/javascript/guides/nextjs/manual-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ In that case you can also skip the `sentry-cli` configuration step below.
220220

221221
_(New in version 6.17.1)_
222222

223-
If you would like to use `hidden-source-map` rather than `souce-map` as your webpack `devtool`, so that your built files do not contain a `sourceMappingURL` comment, add a `sentry` object to `moduleExports` above, and set the `hideSourceMaps` option to `true`:
223+
If you would like to use `hidden-source-map` rather than `source-map` as your webpack `devtool`, so that your built files do not contain a `sourceMappingURL` comment, add a `sentry` object to `moduleExports` above, and set the `hideSourceMaps` option to `true`:
224224

225225
```javascript {filename:next.config.js}
226226
const moduleExports = {

0 commit comments

Comments
 (0)