Usage
When using the Ownership gem to assign ownership to specific blocks of code, the AppSignal for Ruby gem will automatically add an owner tag to the resulting sample, with the last owner that was assigned to a block of code during that sample as the tag’s value:
Setting namespaces
You can also set theownership_set_namespace configuration option to true in order to, alongside the owner tag, have the namespace be automatically set to the owner.
Using namespaces allows you to easily see which performance actions and errors are owned by a specific team.
Note that changing the namespace for actions and errors that have already been reported to AppSignal will cause them to be reported as new actions and errors.
Disable integration
To disable the integration with the Ownership gem entirely, set theinstrument_ownership configuration option to false.