Getting Started with Sentry

To start using the Sentry cloud software, first install it through the cloud software page. App Install: sentry-install

Then specify the name (slug, which will be part of your panel’s URL) for your Sentry panel.

Install App: sentry-spec

On this page, view your repository details. By clicking on the address, you will be redirected to your GitLab panel. You can also access it via git or similar tools.

Install App: sentry-info

Then, log into your panel using the provided address with your Kubit account. (For security reasons, access to Kubit services is only possible by logging in with a Kubit account.) App Install: sentry-install Grant the usage permission. App Install: sentry-install

App Install: sentry-install This page is the panel that displays issues to you. App Install: sentry-install To connect Sentry to your project, click on Create project on this page. You will be taken to the project type selection page, where you can enter details according to your needs. For example, to create a Python project, proceed as follows. App Install: sentry-install Now, follow the guide to set up the SDK connection to your code. App Install: sentry-insatall The specified section in the code indicates that errors should be sent to the service address. The service then collects these errors and displays them with relevant details as shown below. App Install: sentry-insatall