Skip to content

Commit c9f8969

Browse files
chore: Remove iOS in app exclude param (#15399)
This parameter does not have any effect, so we don't need to document it. It will also be completely removed in the next version of the iOS sdk. Co-authored-by: Philipp Hofmann <[email protected]>
1 parent 214bd38 commit c9f8969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ When set to `true`, the SDK will send session events to Sentry. This is supporte
123123

124124
<SdkOption name="inAppInclude" type="array">
125125

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

128128
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.
129129

0 commit comments

Comments
 (0)