I'm getting the following error in my logs which I'm assuming is why I'm not getting slack notifications -
Traceback (most recent call last):
Error processing 'post_process' on 'SlackPlugin': 'Group' object has no attribute 'message_short'
self.notify_users(group, event)
result = func(_args, *_kwargs)
File "/app/.heroku/python/lib/python2.7/site-packages/sentry/plugins/bases/notify.py", line 110, in post_process
File "/app/.heroku/python/lib/python2.7/site-packages/sentry/utils/safe.py", line 21, in safe_execute
File "/app/.heroku/python/lib/python2.7/site-packages/sentry_slack/plugin.py", line 75, in notify_users
message = group.message_short.encode('utf-8')
AttributeError: 'Group' object has no attribute 'message_short'
I'm getting the following error in my logs which I'm assuming is why I'm not getting slack notifications -
Traceback (most recent call last): Error processing 'post_process' on 'SlackPlugin': 'Group' object has no attribute 'message_short' self.notify_users(group, event) result = func(_args, *_kwargs) File "/app/.heroku/python/lib/python2.7/site-packages/sentry/plugins/bases/notify.py", line 110, in post_process File "/app/.heroku/python/lib/python2.7/site-packages/sentry/utils/safe.py", line 21, in safe_execute File "/app/.heroku/python/lib/python2.7/site-packages/sentry_slack/plugin.py", line 75, in notify_users message = group.message_short.encode('utf-8') AttributeError: 'Group' object has no attribute 'message_short'
Running version 6.4.2