-
-
Notifications
You must be signed in to change notification settings - Fork 504
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
Fix exception event sending failed #2083
Fix exception event sending failed #2083
Conversation
cbb3869
to
8dec063
Compare
8dec063
to
2992cf9
Compare
Sorry for the delay. I'm not sure why there's no triggerable CI runs on this PR. I also found a few expected failures when pulled the branch locally. Would you mind rebasing it against |
2992cf9
to
6d16b25
Compare
@st0012 |
Codecov ReportAttention:
... and 24 files with indirect coverage changes 📢 Thoughts on this report? Let us know!. |
f73015d
to
96d8205
Compare
I resolved confilict and fixed failing tests. |
96d8205
to
bf8c61d
Compare
I missed a syntax error in Ruby 2.4 ... |
bf8c61d
to
f000758
Compare
I improved test coverage. |
This fixes `Event sending failed: source sequence is illegal/malformed utf-8`.
f000758
to
b48724b
Compare
I resolved confilict. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the fix!
The tests failing are caused by latest Rails changes. I will fix them in a separate PR. |
fixes #2082