Skip to content

Commit c011aa1

Browse files
author
Karl Heinz Struggl
committed
adds note on why content is commented out
1 parent 1950d0e commit c011aa1

File tree

1 file changed

+3
-0
lines changed
  • docs/platforms/apple/common/usage/in-app-frames

1 file changed

+3
-0
lines changed

docs/platforms/apple/common/usage/in-app-frames/index.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ The main executable and frameworks inside the application bundle will be marked
99
To fine-tune this behaviour, define [Stack Trace Rules](/concepts/data-management/event-grouping/stack-trace-rules/#stack-trace-rules) for your project. This will alow you to mark specific frameworks as `inApp` or `not inApp`, depending on whether you consider them part of your business logic, or third party dependencies. For reference, you can read up on the [default stack trace rules](https://github.com/getsentry/sentry/blob/20b05fc91a4ad6783bff1875327f4570bcfb5d00/src/sentry/grouping/enhancer/enhancement-configs/newstyle%402023-01-11.txt#L4).
1010

1111
{/*
12+
13+
NOTE: commenting out the below for easier reference: once we tackle a more mid-/long term solution discussed in https://github.com/getsentry/sentry-cocoa/issues/5252 this will become relevant/correct again
14+
1215
If you're not familiar with these terms, you can learn more:
1316
1417
- [CFBundleExecutable](https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleexecutable)

0 commit comments

Comments
 (0)