Skip to content

Prepare for Rails 7.1's error reporter API change#1834

Merged
st0012 merged 4 commits intomasterfrom
rails-7-1-preparation
Jun 28, 2022
Merged

Prepare for Rails 7.1's error reporter API change#1834
st0012 merged 4 commits intomasterfrom
rails-7-1-preparation

Conversation

@st0012
Copy link
Copy Markdown
Contributor

@st0012 st0012 commented Jun 19, 2022

Rails 7.1 will introduce a new source keyword argument to ErrorReporter APIs. So we should support that as well.

Related PR: rails/rails#44998

@st0012 st0012 added this to the 5.4.0 milestone Jun 19, 2022
@st0012 st0012 self-assigned this Jun 19, 2022
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jun 19, 2022

Codecov Report

❌ Patch coverage is 14.28571% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 98.40%. Comparing base (77a51f1) to head (c53d406).
⚠️ Report is 654 commits behind head on master.

Files with missing lines Patch % Lines
sentry-rails/spec/sentry/rails_spec.rb 14.28% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1834      +/-   ##
==========================================
- Coverage   98.45%   98.40%   -0.05%     
==========================================
  Files         146      146              
  Lines        8667     8673       +6     
==========================================
+ Hits         8533     8535       +2     
- Misses        134      138       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@st0012 st0012 force-pushed the rails-7-1-preparation branch 2 times, most recently from cdf9c7a to 1875e02 Compare June 19, 2022 11:12
st0012 added 2 commits June 19, 2022 12:13
This is to prevent issues like
#1765 from happening
again.
@st0012
Copy link
Copy Markdown
Contributor Author

st0012 commented Jun 19, 2022

cc @casperisfine

@st0012 st0012 requested a review from sl0thentr0py June 19, 2022 11:45
Copy link
Copy Markdown
Contributor

@casperisfine casperisfine left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

Co-authored-by: Jean byroot Boussier <jean.boussier+github@shopify.com>
@st0012 st0012 merged commit b3b1839 into master Jun 28, 2022
@st0012 st0012 deleted the rails-7-1-preparation branch June 28, 2022 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants