Registry / observability / airbrake

airbrake

JSON →
library13.0.5rbrubygemsunverified

Airbrake is an online tool that provides robust exception tracking in any of your Ruby applications.

gem install airbrake
INSTALL
IMPORT
SIG · AIRBRAKE
A
airbrake
observabilityrubyv13.0.5
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'

Configure Airbrake and send an exception notification.

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

No known issues recorded.

Upgrade
Version history
13.0.5latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
55 hits · last 30 days
node
44
Amazon
1
OpenAI (training)
1
Resources
airbrake — gem install airbrake · libregistry