Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adopt Rails 7.1's new BroadcastLogger #2120

Merged
merged 2 commits into from Oct 2, 2023
Merged

Adopt Rails 7.1's new BroadcastLogger #2120

merged 2 commits into from Oct 2, 2023

Conversation

st0012
Copy link
Collaborator

@st0012 st0012 commented Oct 1, 2023

In rails/rails#48615, Rails 7.1 introduced a new BroadcastLogger class that allows users to send logs to multiple loggers, which means we need to adjust the SDK's logger assignment for it.

@st0012 st0012 added this to the 5.11.0 milestone Oct 1, 2023
@st0012 st0012 self-assigned this Oct 1, 2023
@codecov
Copy link

codecov bot commented Oct 1, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Files Coverage Δ
sentry-rails/lib/sentry/rails/configuration.rb 96.87% <75.00%> (+3.77%) ⬆️

... and 23 files with indirect coverage changes

📢 Thoughts on this report? Let us know!.

In rails/rails#48615, Rails 7.1 introduced a new
BroadcastLogger class that allows users to send logs to multiple loggers,
which means we need to adjust the SDK's logger assignment for it.
@st0012 st0012 merged commit ab9fd5a into master Oct 2, 2023
98 checks passed
@st0012 st0012 deleted the update-for-rails-7-1 branch October 2, 2023 12:07
@st0012
Copy link
Collaborator Author

st0012 commented Oct 2, 2023

It turned out I also found a Rails issue when working on this 😄 rails/rails#49417 (comment)

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.

None yet

2 participants