Registry / observability / sentry-raven

sentry-raven

JSON →
library3.1.2rbrubygemsunverified

A gem that provides a client interface for the Sentry error logger.

gem install sentry-raven
INSTALL
IMPORT
SIG · SENTRY-RAVEN
S
sentry-raven
observabilityrubyv3.1.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.

Raven
require 'raven'

Capture an exception with Sentry

require 'raven' Raven.configure do |config| config.dsn = 'https://examplePublicKey:exampleSecretKey@sentry.io/1' end begin 1/0 rescue ZeroDivisionError => e Raven.capture_exception(e) end
Debug
Known issues
breakingSentry Raven is deprecated in favor of sentry-ruby
fix
Migrate to the sentry-ruby gem
affects: >= 3.0.0
Upgrade
Version history
3.1.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
OpenAI (training)
2
Resources
sentry-raven — gem install sentry-raven · libregistry