Skip to content

Commit f2f1547

Browse files
committed
docs: debug logging info
1 parent 4895f43 commit f2f1547

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +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 debug logging code from the Sentry SDK. Note that it has nothing to do with `enableLogs` or Sentry's logs product.
61-
62-
These logs can help debug your Sentry configuration or issues with the Sentry SDK.
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.
6361

6462
</SdkOption>
6563

0 commit comments

Comments
 (0)