We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d1553 commit 1f0b67dCopy full SHA for 1f0b67d
src/robusta/integrations/slack/sender.py
@@ -806,9 +806,6 @@ def __send_finding_to_slack_preview(
806
)
807
blocks.append(links_block)
808
809
- if HOLMES_ENABLED and HOLMES_ASK_SLACK_BUTTON_ENABLED:
810
- blocks.append(self.__create_holmes_callback(finding))
811
-
812
if not sink_params.get_custom_template():
813
blocks.append(MarkdownBlock(text=f"*Source:* `{self.cluster_name}`"))
814
0 commit comments