This short and simple guide will get you familiar in integrating Atatus with Ruby apps
and start tracking error and performance.
gem 'atatus'
bundle install
#config/atatus.yml
license_key: YOUR_LICENSE_KEY
app_name: YOUR_RUBY_APP_NAME
Replace the YOUR_LICENSE_KEY and YOUR_RUBY_APP_NAME.
Just restart your Ruby app. That's it! You've sent your first event.