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): attach layout snapshots with gesture click events #1551

Merged
merged 3 commits into from
Dec 9, 2024

Conversation

abhaysood
Copy link
Contributor

@abhaysood abhaysood commented Dec 4, 2024

Description

Please add a summary of the changes

Changes

  • android: Reimplement gesture tracking algorithm to also create a layout snapshot in a single pass
  • android: Implement a reusable layout inspector
  • android: Update benchmarks
  • android: Refactor event processor interface to simplify the overloaded track functions
  • android: Update benchmark scrips for new gesture tracking benchmarks
  • android: Delete gestures benchmarks for previous implementation
  • backend: Add sample sessions with SVG attachments
  • backend: Add a new attachment type layout_snapshot.
  • frontend: Show attachment for gesture click events

Related issue

Closes #1311

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

vercel bot commented Dec 4, 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 Dec 9, 2024 9:40am

@abhaysood abhaysood requested a review from detj December 4, 2024 05:26
* reimplement gesture tracking algorithm to also create a
layout snapshot in a single pass
* implement a reusable layout inspector
* update benchmarks
* refactor event processor interface to simplify the
overloaded track functions
* update benchmark scrips for new gesture tracking benchmarks
* delete gestures benchmarks for previous implementation
* add sample sessions with SVG attachments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android android related feature new features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement session replay with low fidelity layout snapshots
2 participants