Sentry integration

What is Sentry?

Sentry is an error tracking tool that helps developers monitor and debug issues in real-time. The service provides detailed event data for errors and uncaught exceptions, such as stack traces, request parameters, and environment context.

On top of that, it offers performance monitoring capabilities with throughput and latency metrics, allowing users to detect any slowdowns and optimize their web applications.

Integrating the service with Buddy allows you to enhance your deployment process by sending deployment data to your Sentry account on every pipeline execution. By utilizing this integration you can catch errors early in the deployment process, and ensure the overall quality and stability of your applications.

Image loading...Pipeline example for Sentry integration

How to integrate Sentry?

To integrate Sentry with your Buddy account follow these steps:

  1. Navigate to the Integrations tab and click New integration.
  2. Look up and click Sentry (it can be found under the Monitoring category):

Image loading...Sentry integration selection

  1. The configuration window will show up:

Image loading...Sentry integration configuration

Here you have to provide:

Hint
You can adjust the privacy configuration options of your integration (i.e. who can use it and where) in the Sharing tab.

Obtaining Sentry personal access token

  1. In the integration configuration window, click Get Access token:

Image loading...Get Access token button in Buddy

  1. Log in to your Sentry account.
  2. Once you're redirected to the User Auth Tokens tab in Sentry, click Create New Token:

Image loading...Creating new token in Sentry

  1. Select the appropriate permissions and click Create Token:

Image loading...Defining new token in Sentry

  1. Copy the token and paste its value in the Access Token field in Buddy:

Image loading...User auth token in Sentry

  1. Click Add a new integration to finish the configuration.

You can now get started with using our Sentry action in your pipelines!

Hint

📚 Learn more about Sentry action features, integrations and alternatives.

Last modified on Sep 23, 2024