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 6290b12
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ class SampleApplication : Application() {
useLegacyConfiguration(this)
}
}
.setPrivacy(SessionReplayPrivacy.MASK_USER_INPUT)
.addExtensionSupport(MaterialExtensionSupport())
.setSystemRequirements(systemRequirementsConfiguration)
.build()
Expand Down

0 comments on commit 6290b12

Please sign in to comment.