| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 563ea47. Configure here.
Sorry, something went wrong.
Codecov Results 📊✅ 118306 passed | ⏭️ 6732 skipped | Total: 125038 | Pass Rate: 94.62% | Execution Time: 414m 56s 📊 Comparison with Base Branch
➖ Removed Tests (1)View removed tests
All tests are passing successfully. ✅ Patch coverage is 85.71%. Project has 2486 uncovered lines.
@@ Coverage Diff @@
## main #PR +/-##
==========================================
+ Coverage 90.24% 90.24% —%
==========================================
Files 193 193 —
Lines 25474 25473 -1
Branches 9378 9378 —
==========================================
+ Hits 22988 22987 -1
- Misses 2486 2486 —
- Partials 1431 1431 —Generated by Codecov Action |
Sorry, something went wrong.
There was a problem hiding this comment.
Ty!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description
When host routing, we don't have a route and instead fall back to the request path for the transaction name. This should be given transaction source url (for raw URLs) instead of the current value of route (for parameterized routes).
This matters for #7183, where the mis-categorized transaction source would lead to bad data in http.route. (Bug found by Cursor in #7183 (comment) when reviewing that PR).