DEV Community

Cover image for Sentry Advanced Deployment Configuration
Akilesh
Akilesh

Posted on • Updated on

Sentry Advanced Deployment Configuration

" This article is published using Lamento🍋

Vercel

Add sentry integration to your Vercel account

  1. Click add integration it will prompt a popup in which we need to select the project which need sentry to integrate with.
    Image description

  2. Next a popup will be shown from the Sentry about the project integration. Make sure the right vercel project is matched with the Sentry project. This will link our sentry project to Vercel.
    Image description

Slack

  1. Now for the slack integration go to the slack integrations panel and click on Add workspace. This will pop up a slack authentication where you need to select your workspace.
    Image description

  2. Alert rule needs to be added to trigger the notification when ever the application crashes. Go to Alert choose the Errors need to be notified when it happens and click on Set conditions.

  3. According to your needs, you can configure the settings and experiment with them.
    Image description

Take my configuration as a reference for setting conditions. You can also ignore my config and create a new one.

Image description

Save the rule. When ever the application crashes and according to your alert condition the notification will be sent to your Slack channel.

You have successfully integrated an error monitor into your application with the Slack notification 🔔.

Top comments (0)