Skip to content

Commit 2cb7755

Browse files
code review
1 parent 9370ee4 commit 2cb7755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop-docs/sdk/expected-features/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Every SDK must implement a debug mode, which is disabled by default. Users can e
8484
1. It helps users identify and fix SDK problems, such as misconfigurations or something going wrong with sending data to Sentry.
8585
2. It can help Sentry SDK engineers investigate issues in Sentry SDKs, which can be done while developing or by asking a user to enable the debug mode and share the debug logs.
8686

87-
As the log output can add unnecessary overhead, we advise users to refrain from enabling this in production. When using debug mode extensively for the second use case, we recommend adding the diagnostic level because users could easily miss error or fatal log messages.
87+
As the log output can add unnecessary overhead, we advise users to refrain from enabling the debug mode in production. Still, SDKs may log fatal error messages even when the debug mode is disabled. When using debug mode extensively for the second use case, we recommend adding the diagnostic level because users could easily miss error or fatal log messages.
8888

8989
### Diagnostic Level
9090

0 commit comments

Comments
 (0)