5
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

SentryとSlackの連携手順まとめ

Last updated at Posted at 2020-04-15

ゴール

Sentryに送信されたエラーがSlackへ通知される

Slackの設定

  1. 通知先のSlackチャンネルを作成
createChannel.png
  1. Slack > App Directory > Manage > AppsSentry Notificationsを検索しクリック
    https://{workspace-url}.slack.com/apps/manage
searchSentryNotifications.png
  1. Sentry Notifications > SettingsAdd to Slackをクリック
addToSlack.png
  1. 通知先のSlackチャンネルを選択し、 Add Sentry Notifications integrationをクリック
addSentryNotificationsIntegration.png
  1. Browse Apps > Sentry Notifications > Edit configuration に記載されているWebhook URLをコピーしておく

Sentryの設定

  1. Sentry > ProjectsCreate Project から新規プロジェクトを作成
    https://sentry.io/organizations/{organaization-name}/projects/
createProject.png
  1. Settings > [Organization Name] > IntegrationsSlack (Legacy)を選択
sentryIntegrations.png
  1. Settings > [Organization Name] > Integrations > Integration Details > Slack (Legacy)Add to Projectボタンをクリック
    addSlackIntegrationToProject.png

  2. 作成したプロジェクトを選択

selectProject.png
  1. Settings > [Organization Name] > [Project Name] > Legacy Integrations > Integration Details > SlackWebhook URL に、Slackの設定 5でコピーしたURLをペーストし Save Changes をクリック
inputUrl.png
  1. Enable Plugin をONに設定
enablePlugin.png
  1. Test Plugin をクリック
testPlugin.png
  1. Slackチャンネルを確認する
    slackにテスト通知がきたら連携成功!もう少しです :tada:

  2. 作成したプロジェクトの Settings > AlertsNew Alert Ruleをクリック

alertRule.png
  1. Slackに通知する条件を入力し、 Save Rule をクリック(通知したい条件分ルールを作成する)
alert.png
  1. アプリケーションに Client Keys(DSN) を設定

終わり

以上になります。お疲れ様でした:beers:

5
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?