← Changelog

Support Ownership gem and other improvements

Jan 20, 2025
Ruby4.3.3

Added

  • Add support for the Ownership gem, which is used to mark different segments of the application as owned by specific teams.

    The AppSignal sample will be tagged with the given owner:

    Ruby
    class OrdersController < ApplicationController
      owner :logistics
      # Transactions for requests handled by this controller will be tagged
      # in AppSignal with the "owner" tag set to "logistics"
    end

    If several owners are set within the same transaction, the last owner will take precedence. If an error is reported in the transaction, the owner tag will be set to the owner that was set when the error was raised.

    Set the ownership_set_namespace configuration option to true to also set the AppSignal sample's namespace to the owner. Note that doing so will cause existing performance and error incidents to be re-created with the new namespace.

    Set the instrument_ownership configuration option to false to disable the integration with the Ownership gem.

Changed

  • Do not report SystemExit errors from our Rake integration.
  • Do not report SignalException errors from our Rake integration.

Fixed

  • Fix deprecation warnings when building the AppSignal gem's native extension on Ruby 3.4, by porting the extension to use the TypedData API.

View the Ruby gem v4.3.3 changelog for more information.

$appsignal install

Make your next crash make sense.

Free for 30 days. No credit card. Two-minute install.