The Sentry integration allows you to see sentry issues in Komodor. For each service, Komodor automatically maps the relevant Sentry project to Komodor services and allows you to gain a full-service timeline: both relevant changes (deploys, config changes, etc) and issues from Sentry will all be in one place.
Installation
Installation Steps
- Make sure the services you track in Komodor use the SENTRY_DSN environment variable.
- Locate the Sentry installation tile on the Komodor Integrations page.
- Click Install Integration.
- A dialog will open with a webhook URL and a link to Sentry to define an internal integration.
- Go to your Sentry account and click on settings in the left menu. Click on Developer Settings in the settings menu:
- Click on + New Internal Integration
- Name this integration Komodor.
- Paste the webhook URL in the webhook field:
- To operate properly Komodor needs these permissions:
- Project - Read
- Issue & Event - Read
- Check the
issue
webhook checkbox - Save changes
- As soon as you save you will see your βclient secretβ. Copy the value:
- Go back to your Komodor integrations page and paste the value of your client secret to the client secret text box.
- Click
Install
In your deployment.yaml
We use the value of the environment variable SENTRY_DSN
to match Sentry Issue events with your services in Komodor.
Make sure your Kubernetes deployment has the environment variable SENTRY_DSN
.
Confirmation
- A Sentry Integration tile will be added to the top section under Installed Integrations.
- Once completed you will be able to see Sentry events in your services view:
Comments
0 comments
Please sign in to leave a comment.