Skip to content
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

Do not swizzle views if screen view autotracking is disabled #889

Closed
matus-tomlein opened this issue May 13, 2024 · 0 comments
Closed

Do not swizzle views if screen view autotracking is disabled #889

matus-tomlein opened this issue May 13, 2024 · 0 comments
Labels
type:defect Bugs or weaknesses. The issue has to contain steps to reproduce.

Comments

@matus-tomlein
Copy link
Contributor

Describe the bug
Currently the UIKit view swizzling is performed even if screen view autotracking is disabled. This is unnecessary and can cause complications in some situtations.

Expected behavior
Swizzling should be done only if autotracking is enabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:defect Bugs or weaknesses. The issue has to contain steps to reproduce.
Projects
None yet
Development

No branches or pull requests

1 participant