Conversation
|
Sending to review without green CI due to Also not sure if changelog here is needed and which |
8386c50 to
dd1c32c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1504 +/- ##
==========================================
+ Coverage 98.19% 98.74% +0.54%
==========================================
Files 218 123 -95
Lines 10598 6760 -3838
==========================================
- Hits 10407 6675 -3732
+ Misses 191 85 -106 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
st0012
left a comment
There was a problem hiding this comment.
Thanks for the PR 👍
The changes generally look good but I want to cleanup Event and TransactionEvent's attributes myself. Can you exclude them?
And regarding changeslog, can you update the top-level one? thanks.
dd1c32c to
0adc8d0
Compare
Done. Any ETA on this or GH issue that I could follow? |
| after(:all) do | ||
| Net.send(:const_set, :BufferedIO, original_buffered_io) | ||
| end | ||
| before { stub_const('Net::BufferedIO', Net::WebMockNetBufferedIO) } |
I'll add a PR for that in a week and include an changelog entry for this PR as well. |
|
Ugh, I have CHANGELOG entry locally, but it's not committed 🤦 |
|
I've added #1513 as a continuation of the work. |
Description
Describe your changes:
Not sure if we should
undef_methodor just not define our variants. As a corporation you probably wantundef_methodfor extra-defined behavior.Also could add warning gem to devdeps and enforce no-warnings via CI if desired.