Ignore actions
By configuring theignore_actions option it’s possible to not record any data for the configured actions, requests, background jobs, etc.
📖 Read our guide about ignoring
actions.
Ignore errors
By configuring theignore_errors option it’s possible to ignore errors matching the exact name of an error for the entire app.
📖 Read our guide about ignoring
errors.
Namespaces
Namespaces allow grouping of actions. By default AppSignal uses the “web”, “background” and “frontend” namespaces to group transactions. It’s possible to create a custom namespace such as “admin”, “api” to group controllers in the same namespace. The grouped actions in the namespace can be configured with their own notification defaults, allowing a critical namespace to always notify about errors, while the “web” namespace does not. It’s also possible to configure the AppSignal integration to ignore a namespace to ignore all transactional data from all actions in it.Read more about namespaces in the namespaces
section.