<itemvalue="Returns the result of parsing the given [content] as a compilation unit. If a [featureSet] is provided, it will be the default set of features that will be assumed by the parser. If a [path] is provided, it will be used as the name of the file when reporting errors. If [throwIfDiagnostics] is `true` (the default), then if any diagnostics are produced because of syntactic errors in the [content] an `ArgumentError` will be thrown. This behavior is not intended as a way for the client to find out about errors--it is intended to avoid causing problems for naive clients that might not be thinking about the possibility of parse errors (and might therefore make assumptions about the returned AST that don't hold in the presence of parse errors). Clients interested in details about parse errors should pass `false` and check `result.errors` to determine what parse errors, if any, have occurred."/>
<itemvalue="Platform Detector"/>
<itemvalue="Returns the least significant [width] bits of this integer, extending the highest retained bit to the sign. This is the same as truncating the value to fit in [width] bits using an signed 2-s complement representation. The returned value has the same bit value in all positions higher than [width]."/>
<itemvalue="to"/>
@ -53,12 +54,11 @@
<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."/>