We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b4012 commit 332f0ebCopy full SHA for 332f0eb
src/sentry/workflow_engine/processors/detector.py
@@ -316,7 +316,6 @@ def get_detector_by_event(event_data: WorkflowEventData) -> Detector:
316
317
try:
318
if issue_occurrence is None or evt.group.issue_type == ErrorGroupType:
319
- # if there are no detector settings, default to the error detector
320
detector = Detector.get_error_detector_for_project(evt.project_id)
321
else:
322
detector = Detector.objects.get(
0 commit comments