From 70867d75952f399c5f43701832c7eea6b0c82c56 Mon Sep 17 00:00:00 2001 From: Matt Almeida Date: Sat, 28 Mar 2026 23:49:08 -0400 Subject: [PATCH] Report Rails structured events to AppSignal --- config/appsignal.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/appsignal.yml b/config/appsignal.yml index 7dd30108..f365107e 100644 --- a/config/appsignal.yml +++ b/config/appsignal.yml @@ -12,6 +12,8 @@ default: &defaults - ActionController::InvalidAuthenticityToken - ActiveRecord::RecordNotFound + enable_active_support_event_log_reporter: true + development: <<: *defaults active: false