Commit 1c8485a
authored
feat(Replay): Strip Dash Before EAP Replay Query (#103793)
As title says, this PR fixes a suspected "404 Not Found" bug that occurs
when an EAP query is executed for a replay ID. The reason this is caused
is likely because replay IDs are stored in hex without dashes in EAP,
but the current query includes the dashes in the replay ID query,
resulting in no data found.
Relates to:
https://linear.app/getsentry/issue/REPLAY-824/create-query-function-for-replay-details1 parent 71149a7 commit 1c8485a
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
| |||
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
74 | | - | |
| 77 | + | |
75 | 78 | | |
76 | 79 | | |
77 | 80 | | |
| |||
0 commit comments