Tags

Organize and categorize your problems with custom tags.

Overview

Tags help you organize problems beyond automatic fingerprint grouping. Use tags to categorize errors by:

  • Feature area (e.g., checkout, authentication)
  • Priority level (e.g., critical, low-priority)
  • Team assignment (e.g., backend-team, frontend-team)
  • Status tracking (e.g., needs-investigation, known-issue)

Adding Tags

To add a tag to a problem:

  1. 1 Navigate to the problem detail page
  2. 2 Find the tags section in the sidebar
  3. 3 Type a tag name in the input field
  4. 4 Press Enter or select from the autocomplete suggestions
As you type, existing tags will appear as suggestions. Select an existing tag to reuse it, or create a new one by pressing Enter.

Tag Naming Rules

Tag names must follow these rules:

  • Allowed characters: Letters, numbers, hyphens, and underscores
  • Maximum length: 50 characters
  • Case insensitive: Tags are stored in lowercase (Backend becomes backend)

Examples of valid tags: critical, needs-review, api_v2, sprint-42

Removing Tags

To remove a tag from a problem, click the X button next to the tag badge on the problem detail page.

Filtering by Tags

Filter the problems list to show only problems with specific tags:

  1. 1 Go to your app's problems list
  2. 2 Click on tag badges to toggle filtering by that tag
  3. 3 Selected tags appear as filter chips that can be removed

You can filter by multiple tags at once. Problems matching any of the selected tags will be shown.

Tag filters are preserved in the URL, so you can bookmark filtered views or share them with your team.

Bulk Tagging

Add or remove tags from multiple problems at once:

  1. 1 Select problems using the checkboxes in the problems list
  2. 2 Click the Add Tag or Remove Tag dropdown
  3. 3 Enter the tag name and confirm

Bulk operations apply to all selected problems. Use this feature to quickly categorize multiple related errors.