considerInAppFramesByDefault property

bool considerInAppFramesByDefault
getter/setter pair

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.

Implementation

bool considerInAppFramesByDefault = true;