Opening Sentry and signing in
- Open the project overview in the platform and click the Sentry tile – it leads directly to your Sentry project on
sentry.doppelt-digital.com. - Sign in with the same account you use for the platform and GitLab.
Reading errors
Each entry (issue) in Sentry groups similar errors and shows you:
- Stack trace – where in the code the error occurs.
- Frequency and affected users – how urgent the problem is.
- Release version – from which release the error appears. The versions match the automatically assigned versions of your pipeline (see Operations).
- Context – device, operating system, browser, and the last actions before the error.
Typical flow after a release
- After the prod release, briefly open the Sentry project.
- Check new issues since the release – Sentry groups them by release version.
- Fix the error, commit, merge – the next release resolves the issue.
- For critical errors: roll out the previous version again, see Operations.
Tip
Apps and backend report into the same Sentry project of your platform project – no jumping between multiple places.
See also
- Error tracking – what is set up automatically.
- Git workflow & deployment – how releases come to be.