Skip to content

fix(seer): Apply stacktrace length filtering to all platforms for V2 grouping model#109287

Merged
yuvmen merged 1 commit intomasterfrom
yuvmen/exclude-grouping-v2-from-stacktrace-length-filtering
Feb 25, 2026
Merged

fix(seer): Apply stacktrace length filtering to all platforms for V2 grouping model#109287
yuvmen merged 1 commit intomasterfrom
yuvmen/exclude-grouping-v2-from-stacktrace-length-filtering

Conversation

@yuvmen
Copy link
Member

@yuvmen yuvmen commented Feb 25, 2026

Previously, certain platforms (python, javascript, node, go, php, ruby) bypassed
stacktrace length checks to maintain backward compatibility with data backfilled
before length filtering was introduced. For V2 grouping model, we re-embed
everything anyway, so there's no need to maintain this bypass — we now apply
length checks uniformly across all platforms.

Changes:

  • stacktrace_exceeds_limits() now accepts an optional model_version parameter
  • When model_version is V2, the platform bypass list is skipped
  • Both callers (ingest path and similar issues endpoint) now pass the model version
  • Updated and added tests to cover V1 bypass and V2 enforcement behavior

…grouping model

Previously, certain platforms (python, javascript, node, go, php, ruby)
bypassed stacktrace length checks to maintain backward compatibility with
data backfilled before length filtering was introduced. For V2 grouping
model, we re-embed everything anyway, so we now apply length checks
uniformly across all platforms.

Co-Authored-By: Claude <noreply@anthropic.com>
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Feb 25, 2026
@yuvmen yuvmen marked this pull request as ready for review February 25, 2026 00:03
@yuvmen yuvmen requested review from a team as code owners February 25, 2026 00:03
@yuvmen yuvmen merged commit 5b07195 into master Feb 25, 2026
101 checks passed
@yuvmen yuvmen deleted the yuvmen/exclude-grouping-v2-from-stacktrace-length-filtering branch February 25, 2026 18:11
@github-actions github-actions bot locked and limited conversation to collaborators Mar 13, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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