Skip to content

Commit 1928c2c

Browse files
authored
chore(eco): remove halt for unfurlable link (#104168)
1 parent b6fd08e commit 1928c2c

File tree

1 file changed

+0
-1
lines changed
  • src/sentry/integrations/slack/webhooks

1 file changed

+0
-1
lines changed

src/sentry/integrations/slack/webhooks/event.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ def _get_unfurlable_links(
186186

187187
# Link can't be unfurled
188188
if link_type is None or args is None:
189-
lifecycle.record_halt("Unfurlable link", extra={"url": url})
190189
continue
191190

192191
if (

0 commit comments

Comments
 (0)