| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov Results 📊✅ 95450 passed | ⏭️ 6340 skipped | Total: 101790 | Pass Rate: 93.77% | Execution Time: 336m 24s 📊 Comparison with Base Branch
All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 2510 uncovered lines. @@ Coverage Diff @@
## main #PR +/-##
==========================================
+ Coverage 89.65% 89.68% +0.03%
==========================================
Files 193 193 —
Lines 24324 24331 +7
Branches 8572 8576 +4
==========================================
+ Hits 21807 21821 +14
- Misses 2517 2510 -7
- Partials 1395 1395 —Generated by Codecov Action |
Sorry, something went wrong.
### Description In streaming mode, the `set_conversation_id` API doesn't currently do anything. Change that. #### Issues <!-- * resolves: getsentry#1234 * resolves: LIN-1234 --> #### Reminders - Please add tests to validate your changes, and lint your code using `uv run ruff`. - Add GH Issue ID _&_ Linear ID (if applicable) - PR title should use [conventional commit](https://develop.sentry.dev/engineering-practices/commit-messages/#type) style (`feat:`, `fix:`, `ref:`, `meta:`) - For external contributors: [CONTRIBUTING.md](https://github.com/getsentry/sentry-python/blob/master/CONTRIBUTING.md), [Sentry SDK development docs](https://develop.sentry.dev/sdk/), [Discord community](https://discord.gg/Ww9hbqr)
| Back | FazBrowse Home | New Git URL |
Description
In streaming mode, the set_conversation_id API doesn't currently do anything. Change that.
Issues
Reminders