Commit ad983ef
authored
fix(llm-detector): Update how transaction/trace are sent in occurrence (#103091)
this pr updates the llm issue detection to now send trace/transaction as
tags - because they weren't being sent as event data, the span evidence
section wasn't working for these issues
fixes
https://linear.app/getsentry/issue/ID-1079/fix-span-evidence-section-on-issue-details1 parent 715477c commit ad983ef
File tree
2 files changed
+7
-5
lines changed- src/sentry/tasks
- tests/sentry/tasks
2 files changed
+7
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | | - | |
134 | | - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
135 | 138 | | |
136 | 139 | | |
137 | 140 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
| 121 | + | |
123 | 122 | | |
124 | 123 | | |
125 | 124 | | |
| |||
0 commit comments