We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
同遇到这个问题,请问有解决方法吗
Sorry, something went wrong.
使用第三方fork: https://github.com/WisZhou/sentry-dingding
自己fork或修改已安装包代码: sentry_dingding/plugin.py 61行: url=u"{}events/{}/".format(group.get_absolute_url(), event.id), -> url=u"{}events/{}/".format(group.get_absolute_url(), event.event_id)
BUG FIX PR:#23
参考sentry官方models定义 https://github.com/getsentry/sentry/blob/master/src/sentry/eventstore/models.py getsentry/sentry@5e7a2c8#diff-e0d994d6b740db1b3ece3cb6c10ba419
@simbawus https://github.com/cench/sentry-10-dingding
No branches or pull requests
The text was updated successfully, but these errors were encountered: