-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to add a Slack channel with specific name to Alerts #19664
Comments
This has been bugging me from last two days, seems like the steps described in |
I am facing the same issue. Any workaround for this ? |
for the fix :) |
Issue fixed after adding Thank you @phyzical |
@hayzem were you able to get this working? Can you try removing |
@jonesphillip just tried what you suggested. sentry alerts giving me the same error. here is what I did: there is only one btw, I have not try the standalone solution suggestions, since our account is |
Not sure it's related but I am having a lot of difficulties with that as well. There are now 3 different Sentry apps in Slack: On the most recent one (I guess, with the pink icon), they mention a @sentry2 but I have no idea where that is as I only have a @sentry: I've added the bot in the private channel I want to notify: But I still get an error when I am adding a notification: We use Slack SaaS. I've not idea how to fix that. |
We are having the exact same issue with the SaaS Sentry, could not set up notifications to Slack. Our legacy integration worked but we can't rollback anymore as it's no longer available in the Slack marketplace. |
@hayzem @ericjeker @hbish Is it possible that the channels you are trying to add were previously public channels? You can check this by opening Slack in your browser, going to the channel and checking the url, if the last part (e.g. We recently had a change from using the |
@MeredithAnya I can't recall it being public but yes the channel url's last part starts with |
@MeredithAnya, seems that that particular channel's ID starts with a C. So then, how can we solve that? It seems that it's a problem on Slack's side. |
@ericjeker Indeed it does. We are reaching out to them about this, so we'll post an update when we hear back with more information. |
I actually misspoke here, when testing locally I wasn't testing with the setting We have to continue supporting workspace Slack apps while people are still migrating over to the new bot app and workspace apps are not compatible with the All this is to say, it wasn't on Slack since we weren't actually using the |
Late to update this issue but should've been fixed in #20047, so going to close this out. |
Thanks for the update @MeredithAnya this is finally working! |
Important Details
How are you running Sentry?
Saas (sentry.io)
Description
Added sentry to two private channels
#api
and#api-log
.On Alerts section of the project added new alert for
#api
which worked fine.Then I wanted to switch channel to
#api-log
but it complained that:The slack resource "api-log" does not exist or has not been granted access in the {workspace name} Slack workspace.
But this message is not correct since @sentry added to both channels and working well on the other channel(#api).
While I was writing this on I wanted to give another shot with different names and they worked fine.
#the-team
worked (so it is not just a dash issue)#api-p-log-stage
also worked.Steps to Reproduce
log
in the name, the other just letters.#api-log
will not be added.Good items to include here include:
The slack resource "api-log" does not exist or has not been granted access in the {workspace name} Slack workspace.
What you expected to happen
Being able to add channel to Alerts.
Possible Solution
Unfortunately, no suggestion.
I'm wondering if this is related to any specific settings for that channel. I will research and update here.
The text was updated successfully, but these errors were encountered: