-
-
Notifications
You must be signed in to change notification settings - Fork 515
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❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2352 +/- ##
==========================================
- Coverage 97.28% 97.25% -0.03%
==========================================
Files 144 130 -14
Lines 5671 5254 -417
==========================================
- Hits 5517 5110 -407
+ Misses 154 144 -10
🚀 New features to boost your workflow:
|
98355b1
to
7d6edaf
Compare
10946fb
to
4fa52f3
Compare
ebe5268
to
179dd87
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.
* Cleanup before_send to only apply to ErrorEvent * remove the Hash deprecation message
179dd87
to
6e39d31
Compare
…don't get traced (#2725) * Add config.trace_ignore_status_codes to control which status codes don't get traced * Change implementation to Range
async
configuration #1894config.trace_ignore_status_codes
to control which status codes don't get traced #2725Sentry::Metrics
andconfig.metrics
and all metrics related code #2729config.capture_exception_frame_locals
#2730config.logger
#2732