Class: Aptabase::Railtie

Inherits:
Rails::Railtie
  • Object
show all
Defined in:
lib/aptabase/railtie.rb

Overview

Rails integration. Kept deliberately thin: configuration happens explicitly in an initializer (see ‘rails g aptabase:install`); the railtie only wires the SDK’s default logger to Rails.logger.

Process-exit flushing and Puma/Unicorn fork-safety are handled by the core SDK and need no Rails-specific hooks.