Commit d11b0a1
fix(slack): Use correct feature flag for explore identity prompt
The identity-linking prompt for explore links was gated on
discover-basic, but the actual unfurl handler checks
data-browsing-widget-unfurl. This caused unlinked users to be
prompted to link their identity for unfurls that would silently
produce nothing. Map each link type to its own feature flag.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 07d7f7f commit d11b0a1
File tree
2 files changed
+8
-5
lines changed- src/sentry/integrations/slack/webhooks
- tests/sentry/integrations/slack/webhooks/events
2 files changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
198 | 203 | | |
199 | 204 | | |
200 | | - | |
| 205 | + | |
201 | 206 | | |
202 | | - | |
203 | | - | |
204 | | - | |
| 207 | + | |
205 | 208 | | |
206 | 209 | | |
207 | 210 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments