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

fix(frontend): handle incorrect http event display in session timeline #1684

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

anupcowkur
Copy link
Contributor

Description

Http event display in session timeline had two issues:

  • start_time & end_time keys are ms in uptimes but were being parsed inccoreclty as timestamps
  • request & response headers were not being shown

This commit:

  • ignores start_time & end_time for http events
  • formats and displays request & response headers

Related issue

Fixes #1663

fixes #1663

Http event display in session timeline had two issues:
- start_time & end_time keys are ms in uptimes but were being
parsed inccoreclty as timestamps
- request & response headers were not being shown

This commit:
- ignores start_time & end_time for http events
- formats and displays request & response headers
@anupcowkur anupcowkur requested a review from detj January 2, 2025 10:35
Copy link

vercel bot commented Jan 2, 2025

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 Jan 2, 2025 10:36am

@anupcowkur anupcowkur merged commit 8c778fd into main Jan 2, 2025
6 checks passed
@anupcowkur anupcowkur deleted the fix-session-http-event-click-bug branch January 2, 2025 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Session timeline page reloads when a HTTP event is clicked
2 participants