Add Sentry integration.

Fixes: #618.
This commit is contained in:
Tomasz Kolek
2016-09-06 21:17:18 +02:00
committed by Tim Abbott
parent 3c34264559
commit 848635005f
11 changed files with 445 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ WEBHOOK_INTEGRATIONS = [
WebhookIntegration('pingdom'),
WebhookIntegration('pivotal', display_name='Pivotal Tracker'),
WebhookIntegration('semaphore'),
WebhookIntegration('sentry'),
WebhookIntegration('stash'),
WebhookIntegration('taiga'),
WebhookIntegration('teamcity'),