diff --git a/docs/platforms/android/configuration/options.mdx b/docs/platforms/android/configuration/options.mdx index 53a8187d0c0db..bf8dee70c6872 100644 --- a/docs/platforms/android/configuration/options.mdx +++ b/docs/platforms/android/configuration/options.mdx @@ -110,19 +110,19 @@ When set to `true`, the SDK will send session events to Sentry. This is supporte - + -A list of string prefixes of module names that belong to the app. This option takes precedence over `in-app-exclude`. +A list of string prefixes of module names that belong to the app. This option takes precedence over `in-app-excludes`. Sentry differentiates stack frames that are directly related to your application ("in application") from stack frames that come from other packages such as the standard library, frameworks, or other dependencies. The application package is automatically marked as `inApp`. The difference is visible in [sentry.io](https://sentry.io), where only the "in application" frames are displayed by default. - + A list of string prefixes of module names that do not belong to the app, but rather to third-party packages. Modules considered not part of the app will be hidden from stack traces by default. -This option can be overridden using . +This option can be overridden using . diff --git a/docs/platforms/java/common/configuration/options.mdx b/docs/platforms/java/common/configuration/options.mdx index 6d1febe0a8862..ee73ae47d2e26 100644 --- a/docs/platforms/java/common/configuration/options.mdx +++ b/docs/platforms/java/common/configuration/options.mdx @@ -112,19 +112,19 @@ Most SDKs will attempt to auto-discover this value. - + -A list of string prefixes of module names that belong to the app. This option takes precedence over `in-app-exclude`. +A list of string prefixes of module names that belong to the app. This option takes precedence over `in-app-excludes`. Sentry differentiates stack frames that are directly related to your application ("in application") from stack frames that come from other packages such as the standard library, frameworks, or other dependencies. The application package is automatically marked as `inApp`. The difference is visible in [sentry.io](https://sentry.io), where only the "in application" frames are displayed by default. - + A list of string prefixes of module names that do not belong to the app, but rather to third-party packages. Modules considered not part of the app will be hidden from stack traces by default. -This option can be overridden using . +This option can be overridden using .