Skip to content

Conversation

sl0thentr0py
Copy link
Member

@sl0thentr0py sl0thentr0py commented Oct 7, 2025

Issues

#skip-changelog

@sl0thentr0py sl0thentr0py force-pushed the neel/cleanup-hub-tx-init branch from 0e0fd0e to 92a1327 Compare October 7, 2025 14:15
end

# @!visibility private
def sdk_logger
Copy link
Member Author

@sl0thentr0py sl0thentr0py Oct 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

generalized this to fallback to the global logger

@codecov
Copy link

codecov bot commented Oct 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.27%. Comparing base (328e1d2) to head (af1f7fe).
⚠️ Report is 2 commits behind head on 6.0-dev.

Additional details and impacted files
@@           Coverage Diff            @@
##           6.0-dev    #2739   +/-   ##
========================================
  Coverage    97.27%   97.27%           
========================================
  Files          130      130           
  Lines         5216     5217    +1     
========================================
+ Hits          5074     5075    +1     
  Misses         142      142           
Components Coverage Δ
sentry-ruby 97.48% <100.00%> (+<0.01%) ⬆️
sentry-rails 96.74% <ø> (ø)
sentry-sidekiq 96.57% <ø> (ø)
sentry-resque 94.44% <ø> (ø)
sentry-delayed_job 94.68% <ø> (ø)
sentry-opentelemetry 99.31% <ø> (ø)
Files with missing lines Coverage Δ
sentry-ruby/lib/sentry/hub.rb 97.93% <100.00%> (ø)
sentry-ruby/lib/sentry/transaction.rb 98.74% <100.00%> (ø)
sentry-ruby/lib/sentry/utils/logging_helper.rb 100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@sl0thentr0py sl0thentr0py marked this pull request as ready for review October 7, 2025 14:21
@sl0thentr0py sl0thentr0py mentioned this pull request Oct 7, 2025
cursor[bot]

This comment was marked as outdated.

@sl0thentr0py sl0thentr0py force-pushed the neel/cleanup-hub-tx-init branch from 92a1327 to 085b075 Compare October 7, 2025 14:34
cursor[bot]

This comment was marked as outdated.

@sl0thentr0py sl0thentr0py force-pushed the neel/cleanup-hub-tx-init branch from 085b075 to af1f7fe Compare October 7, 2025 14:46
Copy link
Collaborator

@solnic solnic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left some questions

@sl0thentr0py sl0thentr0py requested a review from solnic October 9, 2025 12:26
@sl0thentr0py sl0thentr0py merged commit a484eca into 6.0-dev Oct 9, 2025
266 of 267 checks passed
@sl0thentr0py sl0thentr0py deleted the neel/cleanup-hub-tx-init branch October 9, 2025 13:59
sl0thentr0py added a commit that referenced this pull request Oct 22, 2025
* Drop `async` configuration (#1894)

* Migrate from to_hash to to_h (#2351)

* 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.

* Fix specs after rebase

* Add before_send_check_in (#2703)

* Cleanup before_send to only apply to ErrorEvent
* remove the Hash deprecation message

* Archive sentry-raven (#2708)

Moved to https://github.com/getsentry/raven-ruby

* Remove stacktrace trimming from the SDK (#2714)

* Default config.enabled_environments to nil instead of [] (#2716)

* Remove :monotonic_active_support_logger (#2717)

* Add `config.trace_ignore_status_codes` to control which status codes don't get traced (#2725)

* Add config.trace_ignore_status_codes to control which status codes don't
get traced

* Change implementation to Range

* Don't send  client reports for profiles if profiling is disabled (#2728)

* Remove  and  and all metrics related code (#2729)

* Remove deprecated `config.capture_exception_frame_locals` (#2730)

* Remove deprecated capture_exception_frame_locals

* Remove deprecated config.enable_tracing (#2731)

* Remove deprecated config.enable_tracing

* Remove deprecated `config.logger` (#2732)

* Remove deprecated config.logger

* Remove deprecated Sentry::Rails::Tracing::ActionControllerSubscriber (#2733)

* Remove Transaction deprecations (#2736)

* Remove deprecated Event#configuration (#2740)

* Remove deprecated client methods (#2741)

* Bump required_ruby_version to 2.7 (#2743)

* Bump minimum rails version in `sentry-rails` to `5.2.0`
* Bump minimum sidekiq version in `sentry-sidekiq` to `5.0`
* Cleanup CI

* Remove hub from Transaction#initialize (#2739)

* Move examples out of SDK (#2746)

available at https://github.com/getsentry/examples/tree/master/ruby

* Add new config.profiles_sample_interval (#2745)

* Always set up the StructuredLogger and no-op capture_log_event if logs (#2752)

are disabled

* Make request body reading safe to rewind (#2754)

* Bump oversized stacktrace trunction to 500 on both sides

Revert "Remove stacktrace trimming from the SDK (#2714)"

This reverts commit ed7a2db.

---------

Co-authored-by: Stan Lo <stan001212@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants