-
Notifications
You must be signed in to change notification settings - Fork 63
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 new WebView Interface #700
base: release/6.1.0
Are you sure you want to change the base?
Conversation
snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/TrackerWebViewInterfaceV2.kt
Show resolved
Hide resolved
snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/TrackerWebViewInterfaceV2.kt
Outdated
Show resolved
Hide resolved
...src/androidTest/java/com/snowplowanalytics/snowplow/tracker/TrackerWebViewInterfaceV2Test.kt
Outdated
Show resolved
Hide resolved
snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/TrackerEvent.kt
Show resolved
Hide resolved
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! 👍
But can we keep this PR open until we have the WebView and JS tracker parts finalized? It's possible that we will find out that we need something extra and we haven't really tested the integration yet (since we don't have the other parts), so we may need some small changes/adjustments.
This PR is part of our upgrade to the Snowplow WebView tracker. It allows the tracking of all web events, including certain base/primitive event properties.
Edit: test
tracksEventWithCorrectTracker()
is failing on Github, but it's fine locally 🫥