Sentry and Slack integration

Hello all,

We have on-premise Sentry installation 20.10.1 (GitHub - getsentry/onpremise: Sentry On-Premise setup).
Starting today Sentry integration with Slack seems broken. (no new new alerts/notifications in Slack channels)

Logs from sentry_onpremise_worker_1:

10:24:11 [INFO] sentry.integrations.client: integration.http_response (status_string=u’200’ integration=u’slack’ error=u’internal_error’)
10:24:11 [INFO] sentry.rules: rule.fail.slack_post (event_id=u’b869868f97544726829ca2404e118298’ channel_name=u’#sentry’ error=u’internal_error’ project_id=2L)
10:24:11 [INFO] sentry.mail.adapter: mail.adapter.notification.digested (is_from_mail_action_adapter=True event_id=u’b869868f97544726829ca2404e118298’ target_type=u’IssueOwners’ project_id=2L group_id=322288L rule_id=2L digest_key=u’mail:p:2:IssueOwners:’)
10:24:35 [INFO] sentry.integrations.client: integration.http_response (status_string=u’200’ integration=u’slack’ error=u’internal_error’)
10:24:35 [INFO] sentry.rules: rule.fail.slack_post (event_id=u’de1708db7f604389b2db4350b8fef031’ channel_name=u’#sentry-js’ error=u’internal_error’ project_id=6L)
10:24:35 [INFO] sentry.integrations.client: integration.http_response (status_string=u’200’ integration=u’slack’ error=u’internal_error’)
10:24:35 [INFO] sentry.rules: rule.fail.slack_post (event_id=u’353832d21c7e43f1b48efac80a424983’ channel_name=u’#sentry-js’ error=u’internal_error’ project_id=6L)

Someone experienced something similar?

I’ve also noticed that all of a sudden Slack notifications are not working anymore, though I’m using Sentry SaaS. Coincidentally I’ve just updated the PHP SDK to the latest version (from a very old version) but at the end Slack integration is not handled at SDK level therefore they must not be correlated.

Hey there, this was an error with Slack’s API. They have since fixed it so this should be working now!

thanks @manuzope - i just got a first notification therefore it seems it has been solved now.

1 Like