From 9918166105a394617dca6fdcfc85f8fbb8d009e9 Mon Sep 17 00:00:00 2001 From: Markus Hintersteiner Date: Fri, 7 Mar 2025 11:18:59 +0100 Subject: [PATCH 1/3] chore(Android): Update docs to match actual SDK behavior --- docs/platforms/android/configuration/options.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/platforms/android/configuration/options.mdx b/docs/platforms/android/configuration/options.mdx index 53a8187d0c0db..0192ddad7d900 100644 --- a/docs/platforms/android/configuration/options.mdx +++ b/docs/platforms/android/configuration/options.mdx @@ -110,7 +110,7 @@ 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`. @@ -118,11 +118,11 @@ Sentry differentiates stack frames that are directly related to your application - + 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 . From 482f75a9f768e421e20cd9b72f3270070e198b72 Mon Sep 17 00:00:00 2001 From: Markus Hintersteiner Date: Fri, 7 Mar 2025 11:19:55 +0100 Subject: [PATCH 2/3] Fix typo --- docs/platforms/android/configuration/options.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/android/configuration/options.mdx b/docs/platforms/android/configuration/options.mdx index 0192ddad7d900..bf8dee70c6872 100644 --- a/docs/platforms/android/configuration/options.mdx +++ b/docs/platforms/android/configuration/options.mdx @@ -112,7 +112,7 @@ 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. From fefe254f00cb297b5fd08bf2bb1619a46d661aeb Mon Sep 17 00:00:00 2001 From: Markus Hintersteiner Date: Fri, 7 Mar 2025 11:21:47 +0100 Subject: [PATCH 3/3] Update Java docs --- docs/platforms/java/common/configuration/options.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 .