-
Notifications
You must be signed in to change notification settings - Fork 222
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
Add WebView plugin #1402
Add WebView plugin #1402
Conversation
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.
Sorry for reviewing this late, hope it will be possible for you to get some time to check the last few comments, but in case not, let me know and I'll try to help here.
It's working very nicely, but I think we need to change the default of requiring the same tracker namespace on Web as on mobile trackers.
Also after merging the 4.2 branch into master, I kind of messed up your commits 🙈 Can you cherry pick them on top of the latest master?
f59f198
to
f1e5f89
Compare
BundleMonFiles added (6)
Total files change +105.95KB 0% Final result: ✅ View report in BundleMon website ➡️ |
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.
LGTM!
* Add plugin based on my local webview tracker * Use webview tracker symlink * Correctly parse base64-encoded payloads * Parse string numbers * Add namespaces config option * Remove unused callback * Add docstring * Fix self-desc events * Use actual webview tracker * Run rush change
I've manually tested the plugin for iOS and React Native (iOS and Android).
Are there any other unit tests that would be good?
The dependency on the Webview tracker can be updated when the new version is released, it's currently a local dependency.