-
-
Notifications
You must be signed in to change notification settings - Fork 516
WIP 6.0 major #2352
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
base: master
Are you sure you want to change the base?
WIP 6.0 major #2352
Conversation
Instructions and example for changelogPlease add an entry to Example: ## Unreleased
- WIP 6.0 major ([#2352](https://github.com/getsentry/sentry-ruby/pull/2352)) If none of the above apply, you can opt out of this check by adding |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2352 +/- ##
==========================================
+ Coverage 97.31% 97.43% +0.12%
==========================================
Files 144 143 -1
Lines 5652 5612 -40
==========================================
- Hits 5500 5468 -32
+ Misses 152 144 -8
🚀 New features to boost your workflow:
|
98355b1
to
7d6edaf
Compare
* Migrate from to_hash to to_h As @solnic pointed out in #2350 (comment) `to_hash` has special meaning in Ruby and could be called implicitly in contexts like double splatting argument. So we should switch to `to_h` to avoid potential issues.
3a07852
to
10946fb
Compare
10946fb
to
4fa52f3
Compare
* Cleanup before_send to only apply to ErrorEvent * remove the Hash deprecation message
async
configuration #1894