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 b810b7f commit 0346dc7Copy full SHA for 0346dc7
src/sentry/tasks/llm_issue_detection.py
@@ -126,7 +126,7 @@ def create_issue_occurrence_from_detection(
126
event_data = {
127
"event_id": event_id,
128
"project_id": project_id,
129
- "platform": project.platform,
+ "platform": project.platform or "other",
130
"received": detection_time.isoformat(),
131
"timestamp": detection_time.isoformat(),
132
"tags": {
0 commit comments