Skip to content

Commit

Permalink
Update docs/platforms/ruby/common/configuration/options.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Liza Mock <[email protected]>
  • Loading branch information
sl0thentr0py and lizokm committed Aug 16, 2024
1 parent 9301227 commit 7dfb2bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/platforms/ruby/common/configuration/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ config.max_breadcrumbs = 30
Sentry supports different breadcrumbs loggers in the Ruby SDK:

- `:sentry_logger` - A general breadcrumbs logger for all Ruby applications.
- `:http_logger` - It captures requests made with the standard `net/http` library.
- `:redis_logger` - It captures breadcrumbs from redis operations.
- `:http_logger` - Captures requests made with the standard `net/http` library.
- `:redis_logger` - Captures breadcrumbs from redis operations.
- `:active_support_logger` - Built on top of [ActiveSupport instrumentation](https://guides.rubyonrails.org/active_support_instrumentation.html) and provides many Rails-specific information.
- `:monotonic_active_support_logger` - Similar to `:active_support_logger` but breadcrumbs will have monotonic time values. Only available with Rails 6.1+.

Expand Down

0 comments on commit 7dfb2bb

Please sign in to comment.