Registry / observability / airbrake

airbrake

JSON →
library13.0.5rbrubygemsunverified

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

observability
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.

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 footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
19 hits · last 30 days
gptbot
3
claudebot
3
amazonbot
2
ahrefsbot
1
Resources