considerInAppFramesByDefault property
Configures whether stack trace frames are considered in app frames by default. You can use this to essentially make inAppIncludes or inAppExcludes an allow or deny list. This value is only used if Sentry can not find the origin of the frame.
- If considerInAppFramesByDefault is true you only need to maintain inAppExcludes.
- If considerInAppFramesByDefault is false you only need to maintain inAppIncludes.
Implementation
bool considerInAppFramesByDefault = true;