| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Results 📊✅ 89401 passed | ⏭️ 6013 skipped | Total: 95414 | Pass Rate: 93.7% | Execution Time: 298m 12s 📊 Comparison with Base Branch
All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 2398 uncovered lines. @@ Coverage Diff @@
## main #PR +/-##
==========================================
- Coverage 89.81% 89.78% -0.03%
==========================================
Files 192 192 —
Lines 23457 23457 —
Branches 8060 8060 —
==========================================
+ Hits 21066 21059 -7
- Misses 2391 2398 +7
- Partials 1329 1328 -1Generated by Codecov Action |
Sorry, something went wrong.
) ### Description If user data is set on scope, we should materialize it onto attributes-based telemetry (metrics, logs, spans v2) at the end. The code for that was there and working, but we were omitting `ip_address`. #### 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
If user data is set on scope, we should materialize it onto attributes-based telemetry (metrics, logs, spans v2) at the end. The code for that was there and working, but we were omitting ip_address.
Issues
Reminders