Skip to content

Commit

Permalink
Merge pull request #2472 from DataDog/yl/compose/remove-experimental-…
Browse files Browse the repository at this point in the history
…annotation

Remove experimental annotation for Compose extension
  • Loading branch information
ambushwork authored Jan 2, 2025
2 parents fd03fc0 + 7f60aea commit 39f41f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import com.datadog.android.sessionreplay.utils.ViewIdentifierResolver
* Jetpack Compose extension support implementation to be used in the Session Replay
* configuration.
*/
@ExperimentalSessionReplayApi
class ComposeExtensionSupport : ExtensionSupport {

private val viewIdentifierResolver: ViewIdentifierResolver = DefaultViewIdentifierResolver
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import com.datadog.android.sessionreplay.SessionReplay
import com.datadog.android.sessionreplay.SessionReplayConfiguration
import com.datadog.android.sessionreplay.SessionReplayPrivacy
import com.datadog.android.sessionreplay.compose.ComposeExtensionSupport
import com.datadog.android.sessionreplay.compose.ExperimentalSessionReplayApi
import com.datadog.android.sessionreplay.material.MaterialExtensionSupport
import com.datadog.benchmark.DatadogExporterConfiguration
import com.datadog.benchmark.DatadogMeter
Expand Down Expand Up @@ -55,7 +54,6 @@ internal class DatadogBenchmark(config: Config) {
meter.stopGauges()
}

@OptIn(ExperimentalSessionReplayApi::class)
@Suppress("DEPRECATION")
private fun enableSessionReplay() {
val sessionReplayConfig = SessionReplayConfiguration
Expand Down

0 comments on commit 39f41f1

Please sign in to comment.