Features

Error tracking

Capture errors from apps, websites, and backends via your own Sentry connection.

On this page

Error tracking runs through Sentry. New organizations connect their own Sentry account under Connections (OAuth or API token). Then enable Sentry per app, homepage, or backend under Features.

Typical flow

  1. Connect Sentry under Connections (cloud or custom instance).
  2. In the project editor, enable Sentry for the app / homepage / backend, select the connection, and optionally pick an existing Sentry project, create one with a custom slug, or leave automatic creation enabled.
  3. On save, tenant IaC creates the Sentry project in your Sentry account (or attaches an existing one) and sets the DSN in the generated configuration (env/*.generated.env or GitOps generated.yaml).

When an error occurs in the app or backend, it lands in the connected Sentry project – including stack trace and release version.

Note
Without a linked Sentry connection, error tracking stays disabled. There is no platform-hosted Sentry anymore — only the Sentry account you add under Connections.

Where to find your errors

The link to the Sentry project is on the project overview (Sentry tile) when Sentry is enabled for the component. Details: Working with Sentry.

See also