Commit 982cd52
authored
fix(Replay): Include Timestamp Attribute in Trace Item (#104030)
This PR is in regards to the following issue:
https://sentry.sentry.io/issues/7061220977/?alert_rule_id=14394965&alert_type=issue¬ification_uuid=c59f28da-3fac-4c5f-8e8c-f54412d24dc5&project=11276&referrer=slack
Upon further exploration, it seems like the EAP replay query is unable
to find any timestamp data:
<img width="439" height="323" alt="image"
src="https://github.com/user-attachments/assets/a537ed40-437f-4d6a-9bfc-5fdb6eaf9fbe"
/>
This is likely because the timestamp column is not placed as an
attribute when we create the trace item.
Relates to:
https://linear.app/getsentry/issue/REPLAY-824/create-query-function-for-replay-details1 parent 370834f commit 982cd52
File tree
3 files changed
+14
-7
lines changed- src/sentry
- replays/endpoints
- testutils
- tests/sentry/replays/endpoints
3 files changed
+14
-7
lines changedLines changed: 11 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| |||
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
65 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
66 | 72 | | |
67 | 73 | | |
68 | 74 | | |
| |||
84 | 90 | | |
85 | 91 | | |
86 | 92 | | |
87 | | - | |
88 | | - | |
| 93 | + | |
89 | 94 | | |
90 | 95 | | |
91 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3860 | 3860 | | |
3861 | 3861 | | |
3862 | 3862 | | |
3863 | | - | |
3864 | 3863 | | |
3865 | 3864 | | |
3866 | 3865 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
119 | 122 | | |
120 | 123 | | |
121 | 124 | | |
| |||
0 commit comments