-
Notifications
You must be signed in to change notification settings - Fork 57
fix: detect and mask SwiftUI Text vs Image #257
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
Conversation
{ | ||
"images" : [ | ||
{ | ||
"filename" : "max_static.png", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
noice
once this is merged/released, we can remove the mentions of this issue #163 on the docs https://github.com/search?q=repo%3APostHog%2Fposthog.com+https%3A%2F%2Fgithub.com%2FPostHog%2Fposthog-ios%2Fissues%2F163&type=code |
Thanx, was actually looking for that! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
VERY NICE BUG FIX LETS GET THIS MERGED ASAP :D thanks!
* fix: detect and mask SwiftUI Text respecting maskAllTextInputs * chore: update CHANGELOG * fix: changelog
💡 Motivation and Context
Closes #163
Small refactor to distinguish between SwiftUI
Image
andText
docs: PostHog/posthog.com#9921
💚 How did you test it?
📝 Checklist