Skip to content

Commit 9979772

Browse files
vaindlizokm
andauthored
fix: in-app docs sentry.io reference (#6469)
* fix: in-app docs sentry.io reference * Update src/platforms/common/configuration/options.mdx Co-authored-by: Liza Mock <[email protected]> --------- Co-authored-by: Liza Mock <[email protected]>
1 parent 2e4a9ae commit 9979772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platforms/common/configuration/options.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ This value is used only if Sentry can not find the origin of the frame.
297297

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

300-
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 the sentry.io, where only the "in application" frames are displayed by default.
300+
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.
301301

302302
</ConfigKey>
303303

0 commit comments

Comments
 (0)