Skip to content

Commit 03dbee1

Browse files
committed
feat(godot): Document debug_verbosity option
1 parent 04b4f75 commit 03dbee1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/platforms/godot/configuration/options.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,18 @@ Learn more about [DSN utilization](/product/sentry-basics/dsn-explainer/#dsn-uti
2222

2323
<ConfigKey name="debug">
2424

25-
Turns debug mode on or off. If `debug` is enabled, the SDK will print useful debugging information to standard output. These messages do not appear in the Godot console or log file but can be seen when launching Godot application from a terminal. It's generally not recommended to turn it on in production, though turning `debug` mode on will not cause any safety concerns.
25+
Turns debug mode on or off. If `debug` is enabled, the SDK will print useful debugging information. You can see it in the Output panel of the Godot editor. It's generally not recommended to turn it on in production, though turning `debug` mode on will not cause any safety concerns.
2626

2727
In the Project Settings, this option appears as `Debug Printing` and defaults to `Auto`. When set to `Auto`, the `debug` is enabled in debug builds (such as the editor and debug exports), and disabled in release export.
2828

2929
</ConfigKey>
3030

31+
<ConfigKey name="debug_verbosity">
32+
33+
Specifies the minimum level of messages to be printed if `debug` is turned on.
34+
35+
</ConfigKey>
36+
3137
<ConfigKey name="release">
3238

3339
Release version of the application. This value must be unique across all projects in your organization. By default, the SDK reads from the `application/config/name` and `application/config/version` project settings to generate the release identifier in the format `"{app_name}@{app_version}"`. Alternatively, you can set `release` to a custom value, optionally using the `{app_name}` and `{app_version}` placeholders in a [configuration script](#configuration-script).

0 commit comments

Comments
 (0)