Skip to content

Commit 0ec7cee

Browse files
chore: docs
Co-authored-by: Sarah Mischinger <[email protected]>
1 parent f2f1547 commit 0ec7cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/javascript/guides/nextjs/configuration/tree-shaking.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The following sections cover each available tree-shaking option and how to confi
5757

5858
<SdkOption name="webpack.treeshake.removeDebugLogging" type="boolean" defaultValue="false">
5959

60-
Setting this option to true will remove all Sentry SDK debug logging code (the console logs that appear when you set debug: true in your SDK configuration). This doesn't affect Sentry's Logs product (controlled by the enableLogs option) or your app's logging.
60+
Setting this option to true will remove all Sentry SDK debug logging code (the console logs that appear when you set `debug: true` in your SDK configuration). This doesn't affect Sentry's Logs product (controlled by the `enableLogs` option) or your app's logging.
6161

6262
</SdkOption>
6363

0 commit comments

Comments
 (0)