-
Notifications
You must be signed in to change notification settings - Fork 42
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(android): add screen view event #1265
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
b410171
to
c38f997
Compare
c38f997
to
db47e89
Compare
db47e89
to
a21d95f
Compare
a21d95f
to
65cee17
Compare
bd170c6
to
b804837
Compare
b804837
to
d6b5be0
Compare
d6b5be0
to
c6e772a
Compare
c6e772a
to
3bfdf67
Compare
detj
approved these changes
Oct 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
screen_view
event.navigation
event from public API. To be removed in the release after this PR is merged.Tasks
Android
screen_view
event.screen_view
instead ofnavigation
eventscreen_view
event for AndroidX Navigation.Backend
screen_view
event into clickhousescreen_view
eventscreen_view
event for session replayscreen_view.name
Frontend
Related Issue
closes #1263
closes #1264