Registry / observability / airbrake-ruby

airbrake-ruby

JSON →
library6.2.2rbrubygemsunverified

Airbrake Ruby is a plain Ruby notifier for Airbrake, the leading exception reporting service, that enables sending any Ruby exception to the Airbrake dashboard.

gem install airbrake-ruby
INSTALL
IMPORT
SIG · AIRBRAKE-RUBY
A
airbrake-ruby
observabilityrubyv6.2.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.

Airbrake
require 'airbrake-ruby'

Configure and send an exception to Airbrake

require 'airbrake-ruby' Airbrake.configure do |c| c.project_id = 123 c.project_key = 'your_project_key' end begin raise 'test error' rescue => e Airbrake.notify(e) end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.2.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
62 hits · last 30 days
node
50
OpenAI (training)
1
Resources
airbrake-ruby — gem install airbrake-ruby · libregistry