diff --git a/docs/platforms/unity/configuration/options/index.mdx b/docs/platforms/unity/configuration/options/index.mdx index afffbc7c38a1c..fea375d3ef8db 100644 --- a/docs/platforms/unity/configuration/options/index.mdx +++ b/docs/platforms/unity/configuration/options/index.mdx @@ -84,7 +84,7 @@ This variable controls the total amount of breadcrumbs that should be captured. - + When enabled, stack traces are automatically attached to all messages logged. Stack traces are always attached to exceptions; however, when this option is set, stack traces are also sent with messages. This option, for instance, means that stack traces appear next to all log messages. @@ -92,32 +92,32 @@ Grouping in Sentry is different for events with stack traces and without. As a r - + Takes a screenshot of the application when an error happens and includes it as an attachment. Learn more about enriching events with screenshots in our Screenshots documentation. - + The quality of the attached screenshot. It can be set to `full`, `high`, `medium` or `low`. - + Captures the currently active scene's hierarchy and creates a `ViewHierarchy` when an error happens and includes it as an attachment. The creation is influenced by `MaxViewHierarchyRootObjects`, `MaxViewHierarchyDepth`, and `MaxViewHierarchyObjectChildCount`. - + Set this boolean to `false` to disable sending of client reports. Client reports are a protocol feature that let clients send status reports about themselves to Sentry. They are currently mainly used to emit outcomes for events that were never sent. - + Once enabled, this feature automatically captures HTTP client errors, like bad response codes, as error events and reports them to Sentry. @@ -239,7 +239,7 @@ Controls how many seconds to wait before shutting down. Sentry SDKs send events ## Tracing Options - + A number between `0` and `1`, controlling the percentage chance a given transaction will be sent to Sentry. (`0` represents 0% while `1` represents 100%.) Applies equally to all transactions created in the app. Either this or must be defined to enable tracing. @@ -251,13 +251,13 @@ A function responsible for determining the percentage chance a given transaction - + Controls whether the SDK will automatically trace the app's startup. - + Controls whether the SDK will automatically trace when loading scenes.