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

chore(backend): fix session data #1141

Merged
merged 1 commit into from
Aug 28, 2024
Merged

chore(backend): fix session data #1141

merged 1 commit into from
Aug 28, 2024

Conversation

detj
Copy link
Contributor

@detj detj commented Aug 28, 2024

Summary

Pagination was not working correctly because of inconsistencies in session data. Some events had property names with network_provider_name instead of the expected network_provider. Moreover, some values for network_provider had values unknown while some had the value null. This PR fixes those inconsistencies.

Pagination works as expected after a fresh ingestion via sessionator.

Tasks

  • Update session data files to replace all occurences of network_provider_name with network_provider
  • Update session data files to replace all occurrences of "network_provider":null to "network_provider":"unknown"

Notes to maintainers

After pulling the main branch, please run sessionator's ingest command with the --clean flag to get rid of the broken pagnination effect for your local environment.

Related issues

fixes #1097

- update session data files to replace all occurences of
`network_provider_name` with `network_provider`
- update session data files to replace all occurrences of
`"network_provider":null` to `"network_provider":"unknown"`

fixes #1097
@detj detj added the bug something isn't working label Aug 28, 2024
@detj detj self-assigned this Aug 28, 2024
Copy link

vercel bot commented Aug 28, 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 Aug 28, 2024 7:34am

@detj detj requested a review from anupcowkur August 28, 2024 07:35
@detj detj merged commit afb18df into main Aug 28, 2024
4 checks passed
@detj detj deleted the fix-pagination branch August 28, 2024 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

prev & next are incorrectly false in crash/anr group details
2 participants