Skip to content

fix(eap): Format timestamp filters correctly as strings arent accepted #93604

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

Conversation

Zylphrex
Copy link
Member

@Zylphrex Zylphrex commented Jun 16, 2025

EAP no longer accepts string values for timestamp filters. Convert them to floats.

Fixes SENTRY-3WBY

EAP no longer accepts string values for timestamp filters. Convert them to floats.
@Zylphrex Zylphrex requested a review from a team as a code owner June 16, 2025 14:51
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jun 16, 2025
Copy link

codecov bot commented Jun 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #93604   +/-   ##
=======================================
  Coverage   88.01%   88.01%           
=======================================
  Files       10322    10324    +2     
  Lines      595057   595099   +42     
  Branches    23125    23124    -1     
=======================================
+ Hits       523725   523765   +40     
- Misses      70839    70841    +2     
  Partials      493      493           

Zylphrex added 2 commits June 16, 2025 11:29
…ormat-timestamp-filters-correctly-as-strings-arent-accepted
@Zylphrex Zylphrex merged commit 64bdb42 into master Jun 17, 2025
65 checks passed
@Zylphrex Zylphrex deleted the txiao/fix/format-timestamp-filters-correctly-as-strings-arent-accepted branch June 17, 2025 15:13
billyvg pushed a commit that referenced this pull request Jun 18, 2025
#93604)

EAP no longer accepts string values for timestamp filters. Convert them
to floats.

Fixes SENTRY-3WBY
andrewshie-sentry pushed a commit that referenced this pull request Jun 19, 2025
#93604)

EAP no longer accepts string values for timestamp filters. Convert them
to floats.

Fixes SENTRY-3WBY
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.

2 participants