getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
38.97k stars 4.18k forks source link

Slack Integration Problem #44618

Closed mpechner-akasa closed 1 year ago

mpechner-akasa commented 1 year ago

Environment

self-hosted (https://develop.sentry.dev/self-hosted/)

Version

22.11.0

Link

No response

DSN

No response

Steps to Reproduce

Access to slack is SAML login via jumpcloud. Not sure if that is the issue. I did login to slack via the browser for this.

settings -> integrations -> slack->add workspace then. I get

Screenshot 2023-02-14 at 12 04 45 PM

Expected Result

add my workspace

Actual Result

Screenshot 2023-02-14 at 12 04 45 PM
getsantry[bot] commented 1 year ago

Assigning to @getsentry/support for routing, due by (yyz). ⏲️

getsantry[bot] commented 1 year ago

Routing to @getsentry/ecosystem for triage, due by (sfo). ⏲️

armenzg commented 1 year ago

Since you're using Self-hosted, does it make sense to follow these instructions? https://develop.sentry.dev/integrations/slack/

scefali commented 1 year ago

Make sure you set these in your sentry.conf.py file as explained in the instructions Armen posted

SENTRY_OPTIONS["slack.client-id"] = "YourId"
SENTRY_OPTIONS["slack.client-secret"] = "YourSecret"
SENTRY_OPTIONS["slack.signing-secret"] = "YourSigningSecret"
mpechner-akasa commented 1 year ago

Thanks I was finding different documentation. This will let me get it done. Google search: sentry slack integration First link: https://sentry.io/integrations/slack/

Even from: https://docs.sentry.io/ Search for slack Install slack: https://docs.sentry.io/product/integrations/notification-incidents/slack/ configure slack: https://docs.sentry.io/product/integrations/notification-incidents/slack/

I would say there is a bug in the documentation.

armenzg commented 1 year ago

I'm glad this got figured out. I will pass the note about docs.