Skip to content

Commit 8442e84

Browse files
authored
chore(Android): Update docs to match actual SDK behavior (#12954)
* chore(Android): Update docs to match actual SDK behavior * Fix typo * Update Java docs
1 parent 4fca665 commit 8442e84

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/platforms/android/configuration/options.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,19 +110,19 @@ When set to `true`, the SDK will send session events to Sentry. This is supporte
110110

111111
</ConfigKey>
112112

113-
<ConfigKey name="in-app-include">
113+
<ConfigKey name="in-app-includes">
114114

115-
A list of string prefixes of module names that belong to the app. This option takes precedence over `in-app-exclude`.
115+
A list of string prefixes of module names that belong to the app. This option takes precedence over `in-app-excludes`.
116116

117117
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.
118118

119119
</ConfigKey>
120120

121-
<ConfigKey name="in-app-exclude">
121+
<ConfigKey name="in-app-excludes">
122122

123123
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.
124124

125-
This option can be overridden using <PlatformIdentifier name="in-app-include" />.
125+
This option can be overridden using <PlatformIdentifier name="in-app-includes" />.
126126

127127
</ConfigKey>
128128

docs/platforms/java/common/configuration/options.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,19 +112,19 @@ Most SDKs will attempt to auto-discover this value.
112112

113113
</ConfigKey>
114114

115-
<ConfigKey name="in-app-include">
115+
<ConfigKey name="in-app-includes">
116116

117-
A list of string prefixes of module names that belong to the app. This option takes precedence over `in-app-exclude`.
117+
A list of string prefixes of module names that belong to the app. This option takes precedence over `in-app-excludes`.
118118

119119
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.
120120

121121
</ConfigKey>
122122

123-
<ConfigKey name="in-app-exclude">
123+
<ConfigKey name="in-app-excludes">
124124

125125
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.
126126

127-
This option can be overridden using <PlatformIdentifier name="in-app-include" />.
127+
This option can be overridden using <PlatformIdentifier name="in-app-includes" />.
128128

129129
</ConfigKey>
130130

0 commit comments

Comments
 (0)