fix format headers for sentry-raven#1198
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1198 +/- ##
==========================================
- Coverage 97.99% 97.44% -0.56%
==========================================
Files 192 95 -97
Lines 8181 3831 -4350
==========================================
- Hits 8017 3733 -4284
+ Misses 164 98 -66 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
it seems like because of changes does not cover the case https://github.com/getsentry/sentry-ruby/blob/master/sentry-raven/spec/raven/integrations/rack_spec.rb#L163 anymore. Should I change a spec that enforces this case with addin Or we don't need this |
|
@moofkit don't worry about the test coverage drop. It's unlikely that we'll do any drastic change to the |
Description
Postpone headers serialization in
sentry-ravenMore details in PR: #1197