get trace

This commit is contained in:
rohitvinodmalhotra@gmail.com 2025-12-02 14:36:35 -05:00
parent 109cae0853
commit 16eef24818

View File

@ -232,8 +232,8 @@ class SlackNewConversationView(SlackViewInterface):
return self.conversation_id
except Exception as e:
logger.warning(
f'Error creating V1 conversation, falling back to V0: {e}'
logger.error(
f'Error creating V1 conversation, falling back to V0: {e}', exc_info=True
)
# Reset v1 flag since we're falling back to v0
self.v1 = False