Issues

Issues

An issue is a group of events that share the same error fingerprint. Tindra groups them automatically so you can triage one problem at a time instead of a flood of duplicate events.

Tindra issues list

The issues list

The list shows all open issues sorted by last seen. Each row shows:

  • Error type and message: the exception class and message
  • Project: which project the error came from
  • Event count: how many times this has occurred
  • User count: how many distinct users have been affected
  • First/last seen: when the issue appeared and when it last recurred

Use the search bar to filter by error message, environment, release, or any tag.

Issue detail

Click any issue to open the detail view.

Tindra issue detail

The detail view shows:

  • Occurrence histogram: frequency over the past 24 hours
  • Latest event: full stacktrace with code context
  • Breadcrumbs: the sequence of events leading up to the error
  • Tags: environment, release, server, and any custom tags from your SDK
  • User context: affected user ID and email (if set)
  • Request context: URL, method, headers

Use the Previous / Next buttons to browse older events for the same issue.

Resolving issues

Mark an issue as Resolved when you ship a fix. Resolved issues move out of the default view. If the same error recurs after the next release, the issue re-opens automatically and shows as a regression.

Ignoring issues

Set an issue to Ignored to suppress it from the list without deleting history. Ignored issues are useful for known noise you have no plans to fix.

Searching

The search bar supports free-text matching against the error message plus tag filters:

environment:production level:error
TypeError user.id

Combine terms freely. The search runs against the issue title and all associated tags.