-
Notifications
You must be signed in to change notification settings - Fork 174
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
v6.10.0 Release #502
v6.10.0 Release #502
Conversation
* Add SignalException to default ignore_classes With #397 we receive SignalException error reports when puma shuts down, which aren't really errors. * Remove exit exception checks in integrations These are now in the default ignore_classes. * Improve IgnoredExceptions: Remove exception rejection from sidekiq integration
I'm not sure why codeclimate has only detected this now, it's a pain. I'll raise a ticket to review codeclimate and possibly create a settings file to ensure it's not going to be creating false positives. |
Seems ok to review linting issues on a case-by-case basis. The ones which popped for this PR had similar looking code but weren't related to each other, so I marked them as wontfix. |
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.
lgtm
@@ -1062,7 +1071,7 @@ def gloops | |||
expect(exception["message"]).to eq("'nil' was notified as an exception") | |||
} | |||
end | |||
|
|||
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.
How did this trailing whitespace get in here?
Goal
Updates Version & Changelog for the v6.10.0 release of: #497 #479 #495