Skip to content

Commit 0346dc7

Browse files
committed
fallback platform
1 parent b810b7f commit 0346dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/tasks/llm_issue_detection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def create_issue_occurrence_from_detection(
126126
event_data = {
127127
"event_id": event_id,
128128
"project_id": project_id,
129-
"platform": project.platform,
129+
"platform": project.platform or "other",
130130
"received": detection_time.isoformat(),
131131
"timestamp": detection_time.isoformat(),
132132
"tags": {

0 commit comments

Comments
 (0)