Skip to content

Commit

Permalink
chore(feedback): rm unused, redundant metric (#76872)
Browse files Browse the repository at this point in the history
This is equivalent to tasks.update_user_reports.shim_to_feedback
  • Loading branch information
aliu39 authored Sep 3, 2024
1 parent b380dd5 commit 530f7d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sentry/tasks/update_user_reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ def update_user_reports(**kwargs: Any) -> None:
)
report.update(group_id=event.group_id, environment_id=event.get_environment().id)
updated_reports += 1
metrics.incr("tasks.update_user_reports.missing_event_found")

if not samples and len(reports) <= 10:
samples = {
Expand Down

0 comments on commit 530f7d1

Please sign in to comment.