Skip to content

Commit

Permalink
Remove unnecessary legacy privacy
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmos committed Oct 8, 2024
1 parent 7f8b0d9 commit 0e25e12
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ class SampleApplication : Application() {
.setMinCPUCoreNumber(1)
.build()

@Suppress("DEPRECATION")
val sessionReplayConfig = SessionReplayConfiguration.Builder(SAMPLE_IN_ALL_SESSIONS)
.apply {
if (BuildConfig.DD_OVERRIDE_SESSION_REPLAY_URL.isNotBlank()) {
Expand All @@ -235,7 +234,6 @@ class SampleApplication : Application() {
useLegacyConfiguration(this)
}
}
.setPrivacy(SessionReplayPrivacy.MASK_USER_INPUT)
.addExtensionSupport(MaterialExtensionSupport())
.setSystemRequirements(systemRequirementsConfiguration)
.build()
Expand Down

0 comments on commit 0e25e12

Please sign in to comment.