You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue command with model Claude 4 Sonnet Thinking:
Give me all Sentry issues in organization xyz, project abc with level:fatal AND pluginIdentifier:id123 which are no older than 7 days.
Expected Result
You get the 10 issues.
Actual Result
You get 0 results, although there are about 10 issues.
I performs this tool call:
Probably age:-7d is the wrong semantics. If I specify age:-7d in Discover on the Sentry website, I also get 0 results. I need to apply the date range filtering outside of the query.