<itemvalue="Load Device's Contexts from the iOS SDK. This integration calls the iOS SDK via Message channel to load the Device's contexts before sending the event back to the iOS SDK via Message channel (already enriched with all the information). The Device's contexts are: App, Device and OS. ps. This integration won't be run on Android because the Device's Contexts is set on Android when the event is sent to the Android SDK via the Message channel. We intend to unify this behaviour in the future. This integration is only executed on iOS & MacOS Apps."/>
<itemvalue="Integration which handles communication with native frameworks in order to enrich [SentryTransaction] objects with app start data for mobile vitals."/>
<itemvalue="We need to check the platform after we checked for web, because the OS checks return true when the browser runs on the checked platform. Example: platform.isAndroid return true if the browser is used on an Android device."/>
<itemvalue="Enable or disable the Crash handling on the Native SDKs, e.g., UncaughtExceptionHandler and [anrEnabled] for Android. SentryCrashIntegration (KSCrash) for iOS, turning this feature off on iOS has a side effect which is missing the Device's context, e.g., App, Device and Operation System. Disabling this feature affects the [enableAutoSessionTracking] feature, as this is required to mark Sessions as Crashed."/>
<itemvalue="Match the baseline of the placeholder with the baseline. The [TextBaseline] to use must be specified and non-null when using this alignment mode."/>
<itemvalue="How the placeholder aligns vertically with the text. See [ui.PlaceholderAlignment] for details on each mode."/>
<itemvalue="This function is called by [TracesSamplerCallback] to determine if transaction is sampled - meant to be sent to Sentry."/>
@ -50,15 +54,11 @@
<itemvalue="Get new content"/>
<itemvalue="Get new location TODO: Evaluate whether the new location is realistic Consider using the old location instead or interpolating"/>
<itemvalue="Keep old content as default, unless stale or forceDecode is true"/>
<itemvalue="Scan a BitMatrix to update QR code content and location."/>
<itemvalue="Convert a List of image bytes into a 2D matrix of bits representing black and white pixels"/>
<itemvalue="Scan an image encoded as a Uint8List of RGBA values to update QR code content and location."/>