Skip to content

Commit

Permalink
ref: Remove platform
Browse files Browse the repository at this point in the history
  • Loading branch information
jangjodi committed Nov 20, 2024
1 parent 2ac39a2 commit e0277fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/sentry/seer/similarity/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ def get_stacktrace_string_with_metrics(
sample_rate=options.get("seer.similarity.metrics_sample_rate"),
tags={
"call_made": False,
"platform": platform,
"blocker": "over-threshold-only-system-frames",
},
)
Expand Down
1 change: 0 additions & 1 deletion tests/sentry/grouping/ingest/test_seer.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ def test_too_many_only_system_frames(self, mock_metrics: Mock) -> None:
sample_rate=1.0,
tags={
"call_made": False,
"platform": "python",
"blocker": "over-threshold-only-system-frames",
},
),
Expand Down

0 comments on commit e0277fe

Please sign in to comment.