
Security News
Nx npm Packages Compromised in Supply Chain Attack Weaponizing AI CLI Tools
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Allows you to capture exceptions, uncaught errors, and custom events into your Konverge account.
Libraries are also available for other platforms like Android, iOS, Java, PHP, etc..
Add these lines to your application's Gemfile:
source 'https://rubygems.org'
gem 'konverge'
And then execute:
$ bundle
Or install it yourself as:
$ gem install konverge
Register at app.konverge.co for an account and copy the given API key or download and install your own Konverge installation.
Require and initialize Konverge in your most common file or within config.ru within your rails app.
require 'konverge' server = 'SERVER_NAME' apiKey = 'API_KEY' version = '1.0' # your application version Konverge::initialize(server,apiKey,version)
Uncaught exceptions are automatically captured.
If you use assertions update your code with this syntax:
Konverge::assert('Assertion Failure Message') { false != false }
To gracefully handle failures use the following begin/rescue style:
begin 1/0 # Exception: ZeroDivisionError rescue Exception => e Konverge::exception(e) end
Other commands available for customized tracking are:
Konverge::database("SQL query failed.")
Konverge::debug("I want to log this debug text.")
Konverge::fatal("This was fatal, email it to me.")
Copyright 2009-2013 Konverge. See LICENSE for further details.
FAQs
Unknown package
We found that konverge demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.