memory: sentry firstSeen relative-duration syntax is rejected by the API#33
Merged
WillTaylor22 merged 1 commit intoJun 2, 2026
Conversation
The Sentry MCP search_issues tool description shows firstSeen:-24h / lastSeen:-7d as example query filters, but the Sentry API rejects firstSeen:>-7d with 'Invalid date: >-7d'. Surfaced this session while running the step-2 Sentry sweep — the unscoped is:unresolved query already covered what we needed, but a future session will try the relative-time form because the tool docs say it's valid. +5 lines under .claude/memory/learnings/ + 1 MEMORY.md index line. MEMORY.md still well under the 200-line cap (16 learnings, cap 20).
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Owner
Author
|
AGENT_REVIEW: APPROVED — Memory-only PR documenting a reproducible Sentry MCP gotcha; follows all conventions and stays well under the size cap. What I checked:
Nit (non-blocking): the PR body says "16 learnings, well under the 20 cap" but the actual cap documented in MEMORY.md is 200 lines, not 20 learnings — doesn't affect the merged content, just the PR description. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Standalone memory PR — operational loop today found nothing else actionable, but one genuinely new gotcha showed up during the step-2 Sentry sweep.
The Sentry MCP
search_issuestool description literally showsfirstSeen:-24h/lastSeen:-7das valid filter examples, but the underlying API rejects them:Future sessions will copy the example syntax verbatim from the tool docs and hit this. Documenting it so they don't waste a tool call diagnosing.
Diff
+5lines under.claude/memory/learnings/2026-06-02-sentry-firstseen-relative-rejected.md(new file)+1line index entry in.claude/memory/MEMORY.mdMEMORY.mdis at 16 learnings, well under the 20 capToday's loop summary
Recorded here for the reviewer's situational awareness (nothing to merge / pick up):
145591eVercel-bot statussuccess; healthy. Vercel MCP still 403s (no Linear ticket — already covered byvercel-mcp-silently-hides-projectslearning).self-managing-codebase/app.AGENT_REVIEW: ESCALATE(not REQUEST_CHANGES), already at human-attention. Left untouched per hard rule.session-id: sesn_01Mz2FPpTqztNecMxKWGdG3w