-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add replay masking to jetpack compose views #198
feat: add replay masking to jetpack compose views #198
Conversation
posthog-android/src/main/java/com/posthog/android/replay/PostHogMaskModifier.kt
Outdated
Show resolved
Hide resolved
posthog-android/src/main/java/com/posthog/android/replay/PostHogReplayIntegration.kt
Show resolved
Hide resolved
Nice @beradeep thanks for the PR |
posthog-android/src/main/java/com/posthog/android/replay/PostHogMaskModifier.kt
Outdated
Show resolved
Hide resolved
posthog-android/src/main/java/com/posthog/android/replay/PostHogReplayIntegration.kt
Outdated
Show resolved
Hide resolved
posthog-android/src/main/java/com/posthog/android/replay/PostHogReplayIntegration.kt
Outdated
Show resolved
Hide resolved
@marandaneto Thanks for the review! I'll try to incorporate all of the above. |
@beradeep sorry the delay I was on PTO, did another pass, almost there. |
@beradeep add a new entry to https://github.com/PostHog/posthog-android/blob/main/CHANGELOG.md#next please :) |
ah yes, for sure 😄 |
💡 Motivation and Context
Fix #158
💚 How did you test it?
Tested on a sample app. Auto as well as manual masking using
Modifier.postHogMaskReplay()
, both working as expected.📝 Checklist