inAppExcludes property

List<String> inAppExcludes

A list of string prefixes of packages names that do not belong to the app, but rather third-party packages. Packages considered not to be part of the app will be hidden from stack traces by default. example : ['sentry'] will exclude exception from package:sentry/sentry.dart

Implementation

List<String> get inAppExcludes => List.unmodifiable(_inAppExcludes);