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

Extend journey algorithm to support fragment hierarchies #1234

Merged
merged 10 commits into from
Sep 24, 2024

Conversation

detj
Copy link
Contributor

@detj detj commented Sep 12, 2024

Summary

Update journey algorithm for Android to include and use lifecycle_fragment events to show fragment hierarchies in Journey.

Tasks

  • Add lifecycle_fragment.parent_fragment column to ClickHouse events table
  • Ingest lifecycle_fragment.parent_fragment field
  • Send lifecycle_fragment.parent_fragment field in session replay
  • Symbolicate lifecycle_fragment.parent_fragment field
  • Modify the journey algorithm to support fragment use cases
  • Update journey graph tests including tests for fragments
  • Ensure exceptions and ANRs are attached to the correct nodes
  • Ensure bidirectional graphing outcome is correct
  • Ensure session count compute is correct
  • Ensure journey shown in overview page is correct
  • Ensure journey shown in crash overview page is correct
  • Ensure journey shown in ANR overview page is correct
  • 📚 Update SDK API docs

Fixes #1231

See Also

- add `lifecycle_fragment.parent_fragment` column to events table
@detj detj added docs user facing documentation feature new features backend backend related labels Sep 12, 2024
@detj detj self-assigned this Sep 12, 2024
Copy link

vercel bot commented Sep 12, 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 Sep 23, 2024 2:31pm

…vent

- add `lifecycle_fragment.parent_fragment` field
- symbolicate `lifecycle_fragment.parent_fragment` field
- ingest `lifecycle_fragment.parent_fragment`
- send `lifecycle_fragment.parent_fragment` field in session replay

fixes #1231
- add detailed comments in journey algorithm
- update journey algorithm to create edges for fragments
- update journey algorithm to support fragment hierarchies
- update journey tests
- add code docs

fixes #1231
- skip symbolication if a mapping file is not found
- re-factor and update function to fetch exception groups with filter
- re-factor and update function to fetch anr groups with filter
- add mising appfilter expand in anr overview
- handle timezone while formatting date time in queries
@detj detj merged commit b128b88 into main Sep 24, 2024
8 checks passed
@detj detj deleted the fragments-in-journey branch September 24, 2024 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend backend related docs user facing documentation feature new features
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Add fragments in journey graphs
2 participants