diff --git a/src/sentry/search/snuba/executors.py b/src/sentry/search/snuba/executors.py index a0f38d55238395..e90d537aef570c 100644 --- a/src/sentry/search/snuba/executors.py +++ b/src/sentry/search/snuba/executors.py @@ -1867,7 +1867,7 @@ def query( groupby=groupby, having=having, orderby=[OrderBy(sort_func, direction=Direction.DESC)], - limit=Limit(limit + 1), + limit=Limit(limit), ) dataset = Dataset.Events.value if is_errors else Dataset.IssuePlatform.value request = Request(