# Keep the Compose internals class name. We need this in the RUM actions tracking.
-keep class androidx.compose.foundation.ClickableElement {
    <fields>;
}
-keep class androidx.compose.foundation.CombinedClickableElement {
    <fields>;
}

# This is needed for the Datadog Error Tracking feature to work reliably,
 # this file is used by Logs and RUM modules
-keepattributes SourceFile,LineNumberTable

# Shaded dependencies
-keep class cloud.flashcat.shaded.** { *; }
