@@ -509,12 +509,14 @@ datadog:
509
509
- " android.graphics.RectF.constructor()"
510
510
- " android.graphics.RectF.width()"
511
511
- " android.graphics.RectF.height()"
512
+ - " android.graphics.RectF.toRect()"
512
513
# endregion
513
514
# region Androidx APIs
514
515
- " androidx.appcompat.widget.DatadogActionBarContainerAccessor.constructor(androidx.appcompat.widget.ActionBarContainer)"
515
516
- " androidx.appcompat.widget.DatadogActionBarContainerAccessor.getBackgroundDrawable()"
516
517
- " androidx.compose.foundation.interaction.DragInteraction.Start.constructor()"
517
518
- " androidx.compose.foundation.shape.CornerSize.toPx(androidx.compose.ui.geometry.Size, androidx.compose.ui.unit.Density)"
519
+ - " androidx.compose.runtime.Composition.takeIf(kotlin.Function1)"
518
520
- " androidx.compose.runtime.DisposableEffect(kotlin.Any?, kotlin.Any?, kotlin.Function1)"
519
521
- " androidx.compose.runtime.DisposableEffectScope.onDispose(kotlin.Function0)"
520
522
- " androidx.compose.runtime.LaunchedEffect(kotlin.Any?, kotlin.Any?, kotlin.Any?, kotlin.coroutines.SuspendFunction1)"
@@ -535,10 +537,14 @@ datadog:
535
537
- " androidx.compose.ui.layout.LayoutCoordinates.positionInWindow()"
536
538
- " androidx.compose.ui.layout.LayoutInfo.getModifierInfo()"
537
539
- " androidx.compose.ui.unit.Density(kotlin.Float, kotlin.Float)"
540
+ - " androidx.compose.ui.geometry.Rect.toAndroidRectF()"
538
541
- " androidx.compose.ui.geometry.Size(kotlin.Float, kotlin.Float)"
539
542
- " androidx.compose.ui.geometry.Size.copy(kotlin.Float, kotlin.Float)"
540
543
- " androidx.compose.ui.semantics.SemanticsConfiguration.firstOrNull(kotlin.Function1)"
544
+ - " androidx.compose.ui.Modifier.semantics(kotlin.Boolean, kotlin.Function1)"
545
+ - " androidx.compose.ui.semantics.SemanticsConfiguration.contains(androidx.compose.ui.semantics.SemanticsPropertyKey)"
541
546
- " androidx.compose.ui.semantics.SemanticsConfiguration.getOrNull(androidx.compose.ui.semantics.SemanticsPropertyKey)"
547
+ - " androidx.compose.ui.semantics.SemanticsPropertyKey.constructor(kotlin.String, kotlin.Function2)"
542
548
- " androidx.compose.ui.text.AnnotatedString.getStringAnnotations(kotlin.Int, kotlin.Int)"
543
549
- " androidx.core.view.GestureDetectorCompat.constructor(android.content.Context, android.view.GestureDetector.OnGestureListener)"
544
550
- " androidx.core.view.GestureDetectorCompat.onTouchEvent(android.view.MotionEvent)"
@@ -895,6 +901,7 @@ datadog:
895
901
- " kotlin.collections.List.findFirstForType(java.lang.Class)"
896
902
- " kotlin.collections.List.firstOrNull()"
897
903
- " kotlin.collections.List.firstOrNull(kotlin.Function1)"
904
+ - " kotlin.collections.List.firstNotNullOfOrNull(kotlin.Function1)"
898
905
- " kotlin.collections.List.flatMap(kotlin.Function1)"
899
906
- " kotlin.collections.List.flatMap(kotlin.Function1)"
900
907
- " kotlin.collections.List.fold(com.google.gson.JsonArray, kotlin.Function2)"
@@ -914,6 +921,7 @@ datadog:
914
921
- " kotlin.collections.List.lastOrNull()"
915
922
- " kotlin.collections.List.lastOrNull(kotlin.Function1)"
916
923
- " kotlin.collections.List.map(kotlin.Function1)"
924
+ - " kotlin.collections.List.mapIndexed(kotlin.Function2)"
917
925
- " kotlin.collections.List.mapNotNull(kotlin.Function1)"
918
926
- " kotlin.collections.List.maxOrNull()"
919
927
- " kotlin.collections.List.orEmpty()"
@@ -1145,6 +1153,7 @@ datadog:
1145
1153
# region Kotlin Primitives
1146
1154
- " kotlin.Any.constructor()"
1147
1155
- " kotlin.Any.hashCode()"
1156
+ - " kotlin.Any.takeIf(kotlin.Function1)"
1148
1157
- " kotlin.Any.toString()"
1149
1158
- " kotlin.Boolean.hashCode()"
1150
1159
- " kotlin.Boolean.not()"
@@ -1158,6 +1167,7 @@ datadog:
1158
1167
- " kotlin.Double.coerceAtMost(kotlin.Double)"
1159
1168
- " kotlin.Double.isNaN()"
1160
1169
- " kotlin.Double.pow(kotlin.Int)"
1170
+ - " kotlin.Double.pow(kotlin.Double)"
1161
1171
- " kotlin.Double.rangeTo(kotlin.Double)"
1162
1172
- " kotlin.Double.toFloat()"
1163
1173
- " kotlin.Double.toInt()"
@@ -1194,6 +1204,7 @@ datadog:
1194
1204
- " kotlin.Number.toLong()"
1195
1205
- " kotlin.Short.toUShort()"
1196
1206
- " kotlin.ULong.toLong()"
1207
+ - " kotlin.String.takeIf(kotlin.Function1)"
1197
1208
- " kotlin.String.toBigIntegerOrNull()"
1198
1209
- " kotlin.String.trim(kotlin.Function1)"
1199
1210
- " kotlin.ULong.toDouble()"
0 commit comments