Module: Controllers::AppsignalTagging
- Extended by:
- ActiveSupport::Concern
- Included in:
- ApplicationController
- Defined in:
- app/concerns/controllers/appsignal_tagging.rb
Overview
Tag AppSignal requests with URL, referrer, and user context
This ensures ALL errors (not just explicitly reported ones) have useful context
These tags appear in the AppSignal UI and can be used for filtering/linking
Configure link templates in AppSignal (Settings > Link Templates) to make
resource IDs clickable:
- order_id → https://crm.warmlyyours.me:3000/orders/:order_id
- delivery_id → https://crm.warmlyyours.me:3000/deliveries/:delivery_id
- customer_id → https://crm.warmlyyours.me:3000/customers/:customer_id
- quote_id → https://crm.warmlyyours.me:3000/quotes/:quote_id
See: https://docs.appsignal.com/guides/custom-data/tagging-request.html