Skip to content

Commit 68df296

Browse files
committed
Clean up
1 parent 00ea2a2 commit 68df296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/seer/autofix.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def _get_trace_tree_for_event(event: Event | GroupEvent, project: Project) -> di
227227
"duration": duration_str,
228228
"profile_id": profile_id,
229229
"span_ids": span_ids, # Store for later use
230-
"spans": selected_spans_tree, # Add the spans tree to the event node
230+
"spans": selected_spans_tree,
231231
}
232232
)
233233

0 commit comments

Comments
 (0)