Skip to content

feat(replay): Debug replay summarizer failure #93714

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

Merged
merged 2 commits into from
Jun 17, 2025

Conversation

billyvg
Copy link
Member

@billyvg billyvg commented Jun 17, 2025

In Seer access logs, Seer responds with a 200, but this endpoint is somehow returning a ParseError. Add some logging when status_code is not 200.

In Seer access logs, Seer responds with a 200, but this endpoint is somehow returning a `ParseError`. Add some logging when status_code is not 200.
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jun 17, 2025
},
)

response.raise_for_status()
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

idk I see the other seer endpoints use this instead -- maybe we're getting a <400 status code?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably overkill with the log above but its fine. This is internal any way.

Copy link

codecov bot commented Jun 17, 2025

Codecov Report

Attention: Patch coverage is 50.00000% with 2 lines in your changes missing coverage. Please review.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
.../endpoints/project_replay_summarize_breadcrumbs.py 50.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #93714      +/-   ##
==========================================
+ Coverage   86.89%   88.03%   +1.14%     
==========================================
  Files       10324    10326       +2     
  Lines      595768   595926     +158     
  Branches    23137    23137              
==========================================
+ Hits       517672   524640    +6968     
+ Misses      77603    70793    -6810     
  Partials      493      493              

@billyvg billyvg marked this pull request as ready for review June 17, 2025 17:43
@billyvg billyvg requested a review from a team as a code owner June 17, 2025 17:43
@billyvg billyvg merged commit 2ed78ea into master Jun 17, 2025
63 checks passed
@billyvg billyvg deleted the billy/feat-replay-debug-replay-summarize branch June 17, 2025 17:52
Copy link

sentry-io bot commented Jun 17, 2025

Suspect Issues

This pull request was deployed and Sentry observed the following issues:

Did you find this useful? React with a 👍 or 👎

andrewshie-sentry pushed a commit that referenced this pull request Jun 19, 2025
In Seer access logs, Seer responds with a 200, but this endpoint is
somehow returning a `ParseError`. Add some logging when status_code is
not 200.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants