Skip to content

Getting Started

Installation

Adding axn to your Gemfile is enough to start using include Action.

Global Configuration

A few configuration steps are highly recommended to get the full benefits (e.g. making sure all your swallowed exceptions are getting reported to your error tracking service).

The full set of available configuration settings is documented over here, but there are two worth calling out specifically:

Error Tracking

By default any swallowed errors are noted in the logs, but it's highly recommended to wire up an on_exception handler.

Metrics / Tracing

If you're using an APM provider, observability can be greatly enhanced by configuring a top_level_around_hook.