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

Invalid datetime params from flag series requests #87148

Open
aliu39 opened this issue Mar 15, 2025 · 0 comments
Open

Invalid datetime params from flag series requests #87148

aliu39 opened this issue Mar 15, 2025 · 0 comments

Comments

@aliu39
Copy link
Member

aliu39 commented Mar 15, 2025

SENTRY-3GZJ
The flag series component is used by issues' event graph to show vertical lines when a flag was updated. It gets its data from OrganizationFlagLogIndex endpoint. It's making a lot of requests where the time range has start=end. Both are ISO strings w/second precision.

To resolve this we should

  1. investigate when/why we pass in start=end
  2. stop making these requests (just set response=empty)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant