File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Sentry SDK for Ruby
2121| [ ![ Gem Version] ( https://img.shields.io/gem/v/sentry-delayed_job?label=sentry-delayed_job )] ( https://rubygems.org/gems/sentry-delayed_job ) | [ ![ Build Status] ( https://github.com/getsentry/sentry-ruby/actions/workflows/tests.yml/badge.svg )] ( https://github.com/getsentry/sentry-ruby/actions/workflows/tests.yml ) | [ ![ codecov] ( https://codecov.io/gh/getsentry/sentry-ruby/graph/badge.svg?token=ZePzrpZFP6&component=sentry-delayed_job )] ( https://codecov.io/gh/getsentry/sentry-ruby ) | [ ![ API doc] ( https://img.shields.io/badge/API%20doc-rubydoc.info-blue )] ( https://www.rubydoc.info/gems/sentry-delayed_job ) |
2222| [ ![ Gem Version] ( https://img.shields.io/gem/v/sentry-resque?label=sentry-resque )] ( https://rubygems.org/gems/sentry-resque ) | [ ![ Build Status] ( https://github.com/getsentry/sentry-ruby/actions/workflows/tests.yml/badge.svg )] ( https://github.com/getsentry/sentry-ruby/actions/workflows/tests.yml ) | [ ![ codecov] ( https://codecov.io/gh/getsentry/sentry-ruby/graph/badge.svg?token=ZePzrpZFP6&component=sentry-resque )] ( https://codecov.io/gh/getsentry/sentry-ruby ) | [ ![ API doc] ( https://img.shields.io/badge/API%20doc-rubydoc.info-blue )] ( https://www.rubydoc.info/gems/sentry-resque ) |
2323| [ ![ Gem Version] ( https://img.shields.io/gem/v/sentry-opentelemetry?label=sentry-opentelemetry )] ( https://rubygems.org/gems/sentry-opentelemetry ) | [ ![ Build Status] ( https://github.com/getsentry/sentry-ruby/actions/workflows/tests.yml/badge.svg )] ( https://github.com/getsentry/sentry-ruby/actions/workflows/tests.yml ) | [ ![ codecov] ( https://codecov.io/gh/getsentry/sentry-ruby/graph/badge.svg?token=ZePzrpZFP6&component=sentry-opentelemetry )] ( https://codecov.io/gh/getsentry/sentry-ruby ) | [ ![ API doc] ( https://img.shields.io/badge/API%20doc-rubydoc.info-blue )] ( https://www.rubydoc.info/gems/sentry-opentelemetry ) |
24+ | [ ![ Gem Version] ( https://img.shields.io/gem/v/sentry-yabeda?label=sentry-yabeda )] ( https://rubygems.org/gems/sentry-yabeda ) | [ ![ Build Status] ( https://github.com/getsentry/sentry-ruby/actions/workflows/tests.yml/badge.svg )] ( https://github.com/getsentry/sentry-ruby/actions/workflows/tests.yml ) | [ ![ codecov] ( https://codecov.io/gh/getsentry/sentry-ruby/graph/badge.svg?token=ZePzrpZFP6&component=sentry-yabeda )] ( https://codecov.io/gh/getsentry/sentry-ruby ) | [ ![ API doc] ( https://img.shields.io/badge/API%20doc-rubydoc.info-blue )] ( https://www.rubydoc.info/gems/sentry-yabeda ) |
2425
2526
2627
@@ -53,6 +54,7 @@ gem "sentry-sidekiq"
5354gem " sentry-delayed_job"
5455gem " sentry-resque"
5556gem " sentry-opentelemetry"
57+ gem " sentry-yabeda"
5658```
5759
5860### Configuration
@@ -93,6 +95,7 @@ To learn more about sampling transactions, please visit the [official documentat
9395- [ DelayedJob] ( https://docs.sentry.io/platforms/ruby/guides/delayed_job/ )
9496- [ Resque] ( https://docs.sentry.io/platforms/ruby/guides/resque/ )
9597- [ OpenTelemetry] ( https://docs.sentry.io/platforms/ruby/performance/instrumentation/opentelemetry/ )
98+ - [ Yabeda] ( https://docs.sentry.io/platforms/ruby/guides/yabeda/ )
9699
97100### Enriching Events
98101
You can’t perform that action at this time.
0 commit comments