Registry / observability / sentry-ruby

sentry-ruby

JSON →
library6.6.2rbrubygemsunverified

Sentry Ruby provides a client interface for the Sentry error logger, enabling error tracking and monitoring.

gem install sentry-ruby
INSTALL
IMPORT
SIG · SENTRY-RUBY
S
sentry-ruby
observabilityrubyv6.6.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Sentry
require 'sentry-ruby'

Initialize Sentry and capture an exception.

require 'sentry-ruby' Sentry.init do |config| config.dsn = 'https://examplePublicKey@o0.ingest.sentry.io/0' end begin 1 / 0 rescue ZeroDivisionError => e Sentry.capture_exception(e) end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.6.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
2
Resources
sentry-ruby — gem install sentry-ruby · libregistry