Skip to content

feat(conversations): Limit date range selection to 30 days#107765

Merged
priscilawebdev merged 1 commit intomasterfrom
priscila/feat/limit-conversations-time-range-to-30days
Feb 6, 2026
Merged

feat(conversations): Limit date range selection to 30 days#107765
priscilawebdev merged 1 commit intomasterfrom
priscila/feat/limit-conversations-time-range-to-30days

Conversation

@priscilawebdev
Copy link
Member

EAP only retains and samples conversation data for the last 30 days, so aggregations and queries are not accurate beyond that window. Replace useMaxPickableDays hook with direct configuration of maxPickableDays and maxUpgradableDays set to 30 days.

URLs with time ranges exceeding 30 days are automatically replaced with the maximum allowed range.

closes https://linear.app/getsentry/issue/TET-1904/limit-querying-on-conversations-page-to-last-30d

EAP only retains and samples conversation data for the last 30 days,
so aggregations and queries are not accurate beyond that window.
Replace useMaxPickableDays hook with direct configuration of
maxPickableDays and maxUpgradableDays set to 30 days.

URLs with time ranges exceeding 30 days are automatically replaced
with the maximum allowed range.

Co-Authored-By: Claude <noreply@anthropic.com>
@linear
Copy link

linear bot commented Feb 6, 2026

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Feb 6, 2026
@priscilawebdev priscilawebdev marked this pull request as ready for review February 6, 2026 10:34
@priscilawebdev priscilawebdev requested a review from a team as a code owner February 6, 2026 10:34
@priscilawebdev priscilawebdev merged commit 7686474 into master Feb 6, 2026
58 checks passed
@priscilawebdev priscilawebdev deleted the priscila/feat/limit-conversations-time-range-to-30days branch February 6, 2026 10:34
jaydgoss pushed a commit that referenced this pull request Feb 12, 2026
EAP only retains and samples conversation data for the last 30 days, so
aggregations and queries are not accurate beyond that window. Replace
useMaxPickableDays hook with direct configuration of maxPickableDays and
maxUpgradableDays set to 30 days.

URLs with time ranges exceeding 30 days are automatically replaced with
the maximum allowed range.
dcramer pushed a commit that referenced this pull request Feb 17, 2026
EAP only retains and samples conversation data for the last 30 days, so
aggregations and queries are not accurate beyond that window. Replace
useMaxPickableDays hook with direct configuration of maxPickableDays and
maxUpgradableDays set to 30 days.

URLs with time ranges exceeding 30 days are automatically replaced with
the maximum allowed range.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants