Commit e888448
authored
Searching transactions is going away as we move away from transactions
as the SDK's transport for spans. On the **Explore** -> **Profiles**
landing page's transactions table, query the `spans` (EAP) dataset with
an extra `is_transaction:true` clause instead of the deprecated
`discover` (behind the scenes: `transactions`) dataset.
The only consequence is that we lose the **Last Seen** column, because
this function is missing from EAP.
Fixes DAIN-1448.
<img width="1566" height="351" alt="Screenshot 2026-04-07 at 15 41 04"
src="https://github.com/user-attachments/assets/14ac86c4-f539-4117-b457-d603bebda745"
/>
1 parent f0da4f4 commit e888448
File tree
3 files changed
+7
-8
lines changed- static/app
- utils/profiling/hooks
- views/profiling
3 files changed
+7
-8
lines changedLines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | | - | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
| 91 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
400 | | - | |
401 | 400 | | |
402 | 401 | | |
403 | 402 | | |
| |||
0 commit comments