We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bafca4 commit 9281648Copy full SHA for 9281648
1 file changed
src/robusta/integrations/slack/sender.py
@@ -731,7 +731,7 @@ def send_finding_to_slack(
731
file_blocks.extend(Transformer.tableblock_to_fileblocks(other_blocks, SLACK_TABLE_COLUMNS_LIMIT))
732
file_blocks.extend(Transformer.tableblock_to_fileblocks(attachment_blocks, SLACK_TABLE_COLUMNS_LIMIT))
733
734
- message = self.prepare_slack_text(
+ message, error_msg = self.prepare_slack_text(
735
finding.title, max_log_file_limit_kb=sink_params.max_log_file_limit_kb, files=file_blocks
736
)
737
0 commit comments