Skip to content

Commit 9657f4b

Browse files
fix(nextjs): fix typo (#6029)
1 parent b65cabd commit 9657f4b

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
@@ -377,7 +377,7 @@ For data fetching methods, use the following functions:
377377

378378
_(New in version 7.20.0)_
379379

380-
If you want auto-instrumenatation to apply by default, but want to exclude certain routes, use the `excludeServerRoutes` option in the `sentry` object in your `next.config.js`:
380+
If you want auto-instrumentation to apply by default, but want to exclude certain routes, use the `excludeServerRoutes` option in the `sentry` object in your `next.config.js`:
381381

382382
```javascript {filename:next.config.js}
383383
const moduleExports = {

0 commit comments

Comments
 (0)