Submission actions

Use submission actions to configure actions in response to incoming traffic. Actions can be performed based on a flexible rule system that can match strings or regex to modules, callstacks, or attributes and decide how to proceed. Highlights of the actions provided include dropping traffic, automated assignment, setting classifiers, and more.

Supported actions

To add a submission action, go to your project’s Settings > Submission actions.

The following actions are supported:

  • Reject submission: This action will reject and never store the error. This is useful for customers who want to throw away crashes for specific noisy users, old versions, unsupported platforms, hacked games, etc.
  • Drop objects and index only: This action will drop the minidump or other object from the error submission so it’s not counted towards storage quota. This is useful if the user has no need to retain the object for storage and external analysis.
  • Set value: This action can be used for automated assignment or to set specific attribute values.
  • Union values: This action is like Set values, but for ‘label’ types, like ags or Classifiers, where instead of ‘setting’ a value, the system is ‘adding’ a value to the field, so it can contain multiple values.