sentry-go
sentry-go copied to clipboard
feat: http client integration
An effort to implement this: https://develop.sentry.dev/sdk/telemetry/traces/modules/requests/
Since we already have tracing without performance, this should be good to go.
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 86.23%. Comparing base (c243873) to head (4cc9a92).
Additional details and impacted files
@@ Coverage Diff @@
## master #876 +/- ##
==========================================
+ Coverage 86.07% 86.23% +0.16%
==========================================
Files 62 63 +1
Lines 6090 6148 +58
==========================================
+ Hits 5242 5302 +60
+ Misses 634 631 -3
- Partials 214 215 +1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
@aldy505 We should document this (in _examples, and perhaps sentry-docs?), and also update changelog accordingly.
Some golint errors, I'll fix that later
@giortzisg @cleptric Is there anything that's blocking this PR to be merged?
Not sure we actually want to go the route with the round tripper. But we take another look after logs.
@cleptric @giortzisg any updates?
Will have a look after transport refactoring.
@giortzisg updated