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

feat(android): add screen view event #1265

Merged
merged 6 commits into from
Oct 3, 2024
Merged

feat(android): add screen view event #1265

merged 6 commits into from
Oct 3, 2024

Conversation

abhaysood
Copy link
Contributor

@abhaysood abhaysood commented Sep 19, 2024

Description

  • Add screen_view event.
  • Deprecate navigation event from public API. To be removed in the release after this PR is merged.
  • Ingest screen view event.
  • Integrate screen view with session replay.
  • Search sessions by screen view name.

Tasks

Android

  • Adds a new screen_view event.
  • Update SDK documentation
  • Update API documentation
  • Deprecate navigation event
  • Change compose auto-instrumentation to use screen_view instead of navigation event
  • Automate collection of screen_view event for AndroidX Navigation.

Backend

  • Ingest screen_view event into clickhouse
  • Add sample sessions with screen_view event
  • Return screen_view event for session replay
  • Add session search using screen_view.name

Frontend

  • Handle screen view event in accordion.

Related Issue

closes #1263
closes #1264

@abhaysood abhaysood added feature new features android android related labels Sep 19, 2024
@abhaysood abhaysood self-assigned this Sep 19, 2024
Copy link

vercel bot commented Sep 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
measure-dashboard ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 3, 2024 8:14am

@abhaysood abhaysood merged commit 6781a3a into main Oct 3, 2024
15 checks passed
@abhaysood abhaysood deleted the screen-view-event branch October 3, 2024 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android android related backend backend related feature new features frontend frontend related
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Auto instrument androidx-navigation:fragment Add screen view event
2 participants