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
- Connect Sentry under Connections (cloud or custom instance).
- 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.
- 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.envor GitOpsgenerated.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
- Sentry: Credentials – add a token or OAuth connection
- Connections – add a Sentry account
- Working with Sentry – reading issues and mapping releases
- Operations – tracing and rolling back releases