You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to send an (ephemeral) message to slack and the app is not installed on that channel, slack responds with a no_permissionerror.
In order to avoid this error and by extension reduce the noise in our exception tracking, we should skip payloads with is_app_in_channel: False.
While processing the `link_shared` Slack event, we need to check if the
integration is installed in the current channel before creating an
ephemeral message for private repos.
Otherwise the attempt to prompt the user will result in a `no_permission` error from Slack.
Closes#922
While processing the `link_shared` Slack event, we need to check if the
integration is installed in the current channel before creating an
ephemeral message for private repos.
Otherwise the attempt to prompt the user will result in a `no_permission` error from Slack.
Closes#922
When trying to send an (ephemeral) message to slack and the app is not installed on that channel, slack responds with a
no_permission
error.In order to avoid this error and by extension reduce the noise in our exception tracking, we should skip payloads with
is_app_in_channel: False
.Example sentry error payload:
Error response:
The text was updated successfully, but these errors were encountered: