inAppIncludes property
A list of string prefixes of packages names that belong to the app. This option takes precedence
over inAppExcludes.
example: ['sentry']
will include exception from package:sentry/sentry.dart
Implementation
List<String> get inAppIncludes => List.unmodifiable(_inAppIncludes);