Skip to content

Commit

Permalink
docs(nextjs): fix typo in manual-setup.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmorozoff committed Jul 25, 2024
1 parent 7f971f7 commit 6fe293c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/platforms/javascript/guides/nextjs/manual-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ module.exports = withSentryConfig(nextConfig, {
### Opt Out of Sentry SDK bundling in Client- or Server-Side

If you want the Sentry SDK to be available in your server-side & not in client-side, you can simply delete `sentry.client.config.js`. This will prevent webpack from pulling in the Sentry related files when generating the browser bundle.
Similarly, to opt out of server-side SDK bundling, you can simply delete the `sentry.server.config.js` and `sentry.edge.config.js` files. Make sure to remove any any imports of these files from `instrumentation.ts`.
Similarly, to opt out of server-side SDK bundling, you can simply delete the `sentry.server.config.js` and `sentry.edge.config.js` files. Make sure to remove any imports of these files from `instrumentation.ts`.

## Disable the Sentry SDK Debug Logger to Save Bundle Size

Expand Down

0 comments on commit 6fe293c

Please sign in to comment.