0.0
The project is in a healthy, maintained state
DebugAssist SDK for Ruby — captures unhandled exceptions and reports them to DebugAssist for diagnosis.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

DebugAssist Ruby SDK

Auto-capture runtime errors and send diagnostics to DebugAssist.

Install

gem install debug-assist

Or in your Gemfile:

gem 'debug-assist'

Usage

require 'debug_assist'
# unhandled exceptions are captured automatically via at_exit hook

Environment Variables

Variable Description Default
DEBUG_ASSIST_API_KEY Your API key
DEBUG_ASSIST_PROJECT Project name shown in diagnostics unknown
DEBUG_ASSIST_BASE_URL API base URL https://debug-assist.onrender.com
DEBUG_ASSIST_ENABLED Set to 0 to disable enabled