Skip to content
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

Add mechanism interface and default to handled false in integrations #2280

Merged
merged 2 commits into from
Apr 3, 2024

move mechanism inside hint

9130bcc
Select commit
Failed to load commit list.
Merged

Add mechanism interface and default to handled false in integrations #2280

move mechanism inside hint
9130bcc
Select commit
Failed to load commit list.
Codecov / codecov/project failed Apr 2, 2024 in 1s

97.57% (-0.04%) compared to ffffce9

View this Pull Request on Codecov

97.57% (-0.04%) compared to ffffce9

Details

Codecov Report

Merging #2280 (9130bcc) into master (ffffce9) will decrease coverage by 0.04%.
Report is 1 commits behind head on master.
The diff coverage is 96.29%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2280      +/-   ##
==========================================
- Coverage   97.61%   97.57%   -0.04%     
==========================================
  Files         112      113       +1     
  Lines        4154     4170      +16     
==========================================
+ Hits         4055     4069      +14     
- Misses         99      101       +2     
Components Coverage Δ
sentry-ruby 98.24% <96.29%> (-0.06%) ⬇️
sentry-rails 95.22% <ø> (ø)
sentry-sidekiq 94.70% <ø> (ø)
sentry-resque 90.76% <ø> (ø)
sentry-delayed_job 95.60% <ø> (ø)
sentry-opentelemetry 100.00% <ø> (ø)
Files Coverage Δ
sentry-ruby/lib/sentry/client.rb 100.00% <100.00%> (ø)
sentry-ruby/lib/sentry/error_event.rb 100.00% <100.00%> (ø)
sentry-ruby/lib/sentry/integrable.rb 100.00% <100.00%> (ø)
sentry-ruby/lib/sentry/interface.rb 100.00% <100.00%> (ø)
sentry-ruby/lib/sentry/interfaces/exception.rb 100.00% <100.00%> (ø)
sentry-ruby/lib/sentry/interfaces/mechanism.rb 100.00% <100.00%> (ø)
...try-ruby/lib/sentry/interfaces/single_exception.rb 100.00% <100.00%> (ø)
sentry-ruby/lib/sentry/rack/capture_exceptions.rb 95.55% <100.00%> (+0.31%) ⬆️
sentry-ruby/lib/sentry/rake.rb 60.00% <0.00%> (-4.29%) ⬇️

... and 1 file with indirect coverage changes